Html Css Color HEX #582404 Baker's Chocolate

📋 copy color: '#582404'

red 88 ◦ green 36 ◦ blue 4

#582404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #582404

Tints of Baker's Chocolate #582404

RGB

 RED value IS 88 (34.77% from 255) = 68.75%

 GREEN value IS 36 (14.45% from 255) = 28.13%

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 68.75%
G = 28.13%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#582404 (or 0x582404) is known color: Baker's Chocolate. HEX triplet: 58, 24 and 04. RGB value is (88,36,4). Sum of RGB (Red+Green+Blue) = 88+36+4=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #582404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582404 is #A7DBFB. Grayscale: #303030. Windows color (decimal): -11000828 or 271448. OLE color: 271448.

HSL color Cylindrical-coordinate representation of color #582404: hue angle of 22.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #582404 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 36 4 -
CMYK 0 0.59 0.95 0.65
HSL 22.86º 0.91% 0.18% -
HSV(B) 22.86º 0.95% 0.35% -
XYZ 4.68 3.35 0.51 -
YUV 47.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 88 36 4 0 0.59 0.95 0.65 22.86 0.91 0.18
Hex 58 24 4 0 3B 5F 41 17 5B 12
Octal 130 44 4 0 73 137 101 27 133 22
Binary 1011000 100100 100 0 111011 1011111 1000001 10111 1011011 10010

Color Harmonies of #582404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582404

Black with #582404

Text Example


Text Example

White with #582404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582404; }

 p { color: rgb(88,36,4); }

 H1.HeaderClassName
 {
   color: #582404;
 }
 .AnyTagClassName
 {
   color: #582404;
 }
</style>

background-color css

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

 a { background-color: rgb(88,36,4); }

 div.DivClassName
 {
   background-color: #582404;
 }
 .BgClassName
 {
   background-color: #582404;
 }
</style>

border-color css

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

 span { border-color: rgb(88,36,4); }

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