#58301D

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

Shades of Brown Bramble #58301D

Tints of Brown Bramble #58301D

Color information

#58301D (or 0x58301D) is unknown color: approx Brown Bramble. HEX triplet: 58, 30 and 1D. RGB value is (88,48,29). Sum of RGB (Red+Green+Blue) = 88+48+29=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58301D is #A7CFE2. Grayscale: #393939. Windows color (decimal): -10997731 or 1912920. OLE color: 1912920.

HSL color Cylindrical-coordinate representation of color #58301D: hue angle of 19.32º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58301D is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB884829-
CMYK00.450.670.65
HSL19.32º50.43%22.94%-
HSV(B)19.32º67.05%34.51%-
XYZ5.34.281.71-
YUV57.79111.75149.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=53.33%
G=29.09%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88482900.450.670.6519.3250.4322.94
Hex58301D02D4341133217
Octal1306035055103101236227
Binary1011000110000111010101101100001110000011001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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