#58341F

Color #58341F Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #58341F

Tints of Brown Bramble #58341F

Color information

#58341F (or 0x58341F) is unknown color: approx Brown Bramble. HEX triplet: 58, 34 and 1F. RGB value is (88,52,31). Sum of RGB (Red+Green+Blue) = 88+52+31=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58341F is #A7CBE0. Grayscale: #3C3C3C. Windows color (decimal): -10996705 or 2045016. OLE color: 2045016.

HSL color Cylindrical-coordinate representation of color #58341F: hue angle of 22.11º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58341F is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB885231-
CMYK00.410.650.65
HSL22.11º47.9%23.33%-
HSV(B)22.11º64.77%34.51%-
XYZ5.54.631.9-
YUV60.37111.43147.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 51.46%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=51.46%
G=30.41%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88523100.410.650.6522.1147.923.33
Hex58341F0294141163017
Octal1306437051101101266027
Binary1011000110100111110101001100000110000011011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58341F; }

 p { color: rgb(88,52,31); }

 H1.HeaderClassName
 {
   color: #58341F;
 }
 .AnyTagClassName
 {
   color: #58341F;
 }
</style>
background-color css

<style>
 a { background-color: #58341F; }

 a { background-color: rgb(88,52,31); }

 div.DivClassName
 {
   background-color: #58341F;
 }
 .BgClassName
 {
   background-color: #58341F;
 }
</style>
border-color css

<style>
 span { border-color: #58341F; }

 span { border-color: rgb(88,52,31); }

 td.TdClassName
 {
   border-color: #58341F;
 }
 .TagClassName
 {
   border-color: #58341F;
 }
</style>