#58311C

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

Shades of Brown Bramble #58311C

Tints of Brown Bramble #58311C

Color information

#58311C (or 0x58311C) is unknown color: approx Brown Bramble. HEX triplet: 58, 31 and 1C. RGB value is (88,49,28). Sum of RGB (Red+Green+Blue) = 88+49+28=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58311C is #A7CEE3. Grayscale: #3A3A3A. Windows color (decimal): -10997476 or 1847640. OLE color: 1847640.

HSL color Cylindrical-coordinate representation of color #58311C: hue angle of 21º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58311C is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB884928-
CMYK00.440.680.65
HSL21º51.72%22.75%-
HSV(B)21º68.18%34.51%-
XYZ5.334.361.66-
YUV58.27110.92149.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=53.33%
G=29.70%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88492800.440.680.652151.7222.75
Hex58311C02C4441153417
Octal1306134054104101256427
Binary1011000110001111000101100100010010000011010111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58311C; }

 p { color: rgb(88,49,28); }

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

<style>
 a { background-color: #58311C; }

 a { background-color: rgb(88,49,28); }

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

<style>
 span { border-color: #58311C; }

 span { border-color: rgb(88,49,28); }

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