#58301C

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

Shades of Brown Bramble #58301C

Tints of Brown Bramble #58301C

Color information

#58301C (or 0x58301C) is unknown color: approx Brown Bramble. HEX triplet: 58, 30 and 1C. RGB value is (88,48,28). Sum of RGB (Red+Green+Blue) = 88+48+28=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #58301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58301C is #A7CFE3. Grayscale: #393939. Windows color (decimal): -10997732 or 1847384. OLE color: 1847384.

HSL color Cylindrical-coordinate representation of color #58301C: hue angle of 20º 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 #58301C is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB884828-
CMYK00.450.680.65
HSL20º51.72%22.75%-
HSV(B)20º68.18%34.51%-
XYZ5.294.271.64-
YUV57.68111.25149.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.66%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 28 (11.33% from 255) = 17.07%
R=53.66%
G=29.27%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88482800.450.680.652051.7222.75
Hex58301C02D4441143417
Octal1306034055104101246427
Binary1011000110000111000101101100010010000011010011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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