#58330D

Color #58330D Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #58330D

Tints of Baker's Chocolate #58330D

Color information

#58330D (or 0x58330D) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 33 and 0D. RGB value is (88,51,13). Sum of RGB (Red+Green+Blue) = 88+51+13=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58330D is #A7CCF2. Grayscale: #393939. Windows color (decimal): -10996979 or 865112. OLE color: 865112.

HSL color Cylindrical-coordinate representation of color #58330D: hue angle of 30.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58330D is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB885113-
CMYK00.420.850.65
HSL30.4º74.26%19.8%-
HSV(B)30.4º85.23%34.51%-
XYZ5.284.470.97-
YUV57.73102.76149.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.89%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 13 (5.47% from 255) = 8.55%
R=57.89%
G=33.55%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88511300.420.850.6530.474.2619.8
Hex5833D02A55411e4a14
Octal13063150521251013611224
Binary1011000110011110101010101010101100000111110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,51,13); }

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

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

 a { background-color: rgb(88,51,13); }

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

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

 span { border-color: rgb(88,51,13); }

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