Html Css Color HEX #582004 Baker's Chocolate

📋 copy color: '#582004'

red 88 ◦ green 32 ◦ blue 4

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

Shades of Baker's Chocolate #582004

Tints of Baker's Chocolate #582004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.81%

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

R = 70.97%
G = 25.81%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#582004 (or 0x582004) is known color: Baker's Chocolate. HEX triplet: 58, 20 and 04. RGB value is (88,32,4). Sum of RGB (Red+Green+Blue) = 88+32+4=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #582004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582004 is #A7DFFB. Grayscale: #2D2D2D. Windows color (decimal): -11001852 or 270424. OLE color: 270424.

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

Color convert

RGB 88 32 4 -
CMYK 0 0.64 0.95 0.65
HSL 20º 0.91% 0.18% -
HSV(B) 20º 0.95% 0.35% -
XYZ 4.56 3.12 0.48 -
YUV 45.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 88 32 4 0 0.64 0.95 0.65 20 0.91 0.18
Hex 58 20 4 0 40 5F 41 14 5B 12
Octal 130 40 4 0 100 137 101 24 133 22
Binary 1011000 100000 100 0 1000000 1011111 1000001 10100 1011011 10010

Color Harmonies of #582004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582004

Black with #582004

Text Example


Text Example

White with #582004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582004; }

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

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

background-color css

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

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

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

border-color css

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

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

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