Html Css Color HEX #582204 Baker's Chocolate

📋 copy color: '#582204'

red 88 ◦ green 34 ◦ blue 4

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

Shades of Baker's Chocolate #582204

Tints of Baker's Chocolate #582204

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.98%

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

R = 69.84%
G = 26.98%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#582204 (or 0x582204) is known color: Baker's Chocolate. HEX triplet: 58, 22 and 04. RGB value is (88,34,4). Sum of RGB (Red+Green+Blue) = 88+34+4=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #582204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582204 is #A7DDFB. Grayscale: #2E2E2E. Windows color (decimal): -11001340 or 270936. OLE color: 270936.

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

Color convert

RGB 88 34 4 -
CMYK 0 0.61 0.95 0.65
HSL 21.43º 0.91% 0.18% -
HSV(B) 21.43º 0.95% 0.35% -
XYZ 4.62 3.23 0.49 -
YUV 46.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 88 34 4 0 0.61 0.95 0.65 21.43 0.91 0.18
Hex 58 22 4 0 3D 5F 41 15 5B 12
Octal 130 42 4 0 75 137 101 25 133 22
Binary 1011000 100010 100 0 111101 1011111 1000001 10101 1011011 10010

Color Harmonies of #582204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582204

Black with #582204

Text Example


Text Example

White with #582204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582204; }

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

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

background-color css

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

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

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

border-color css

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

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

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