Html Css Color HEX #582208 Baker's Chocolate

📋 copy color: '#582208'

red 88 ◦ green 34 ◦ blue 8

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

Shades of Baker's Chocolate #582208

Tints of Baker's Chocolate #582208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.15%

R = 67.69%
G = 26.15%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#582208 (or 0x582208) is known color: Baker's Chocolate. HEX triplet: 58, 22 and 08. RGB value is (88,34,8). Sum of RGB (Red+Green+Blue) = 88+34+8=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #582208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582208 is #A7DDF7. Grayscale: #2F2F2F. Windows color (decimal): -11001336 or 533080. OLE color: 533080.

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

Color convert

RGB 88 34 8 -
CMYK 0 0.61 0.91 0.65
HSL 19.5º 0.83% 0.19% -
HSV(B) 19.5º 0.91% 0.35% -
XYZ 4.64 3.24 0.61 -
YUV 47.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 88 34 8 0 0.61 0.91 0.65 19.5 0.83 0.19
Hex 58 22 8 0 3D 5B 41 14 53 13
Octal 130 42 10 0 75 133 101 24 123 23
Binary 1011000 100010 1000 0 111101 1011011 1000001 10100 1010011 10011

Color Harmonies of #582208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582208

Black with #582208

Text Example


Text Example

White with #582208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582208; }

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

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

background-color css

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

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

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

border-color css

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

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

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