Html Css Color HEX #582206 Baker's Chocolate

📋 copy color: '#582206'

red 88 ◦ green 34 ◦ blue 6

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

Shades of Baker's Chocolate #582206

Tints of Baker's Chocolate #582206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.69%

R = 68.75%
G = 26.56%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#582206 (or 0x582206) is known color: Baker's Chocolate. HEX triplet: 58, 22 and 06. RGB value is (88,34,6). Sum of RGB (Red+Green+Blue) = 88+34+6=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #582206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582206 is #A7DDF9. Grayscale: #2F2F2F. Windows color (decimal): -11001338 or 402008. OLE color: 402008.

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

Color convert

RGB 88 34 6 -
CMYK 0 0.61 0.93 0.65
HSL 20.49º 0.87% 0.18% -
HSV(B) 20.49º 0.93% 0.35% -
XYZ 4.63 3.23 0.55 -
YUV 46.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 88 34 6 0 0.61 0.93 0.65 20.49 0.87 0.18
Hex 58 22 6 0 3D 5D 41 14 57 12
Octal 130 42 6 0 75 135 101 24 127 22
Binary 1011000 100010 110 0 111101 1011101 1000001 10100 1010111 10010

Color Harmonies of #582206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582206

Black with #582206

Text Example


Text Example

White with #582206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582206; }

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

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

background-color css

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

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

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

border-color css

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

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

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