Html Css Color HEX #582006 Baker's Chocolate

📋 copy color: '#582006'

red 88 ◦ green 32 ◦ blue 6

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

Shades of Baker's Chocolate #582006

Tints of Baker's Chocolate #582006

RGB

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

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

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

R = 69.84%
G = 25.4%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#582006 (or 0x582006) is known color: Baker's Chocolate. HEX triplet: 58, 20 and 06. RGB value is (88,32,6). Sum of RGB (Red+Green+Blue) = 88+32+6=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #582006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582006 is #A7DFF9. Grayscale: #2D2D2D. Windows color (decimal): -11001850 or 401496. OLE color: 401496.

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

Color convert

RGB 88 32 6 -
CMYK 0 0.64 0.93 0.65
HSL 19.02º 0.87% 0.18% -
HSV(B) 19.02º 0.93% 0.35% -
XYZ 4.57 3.12 0.53 -
YUV 45.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 88 32 6 0 0.64 0.93 0.65 19.02 0.87 0.18
Hex 58 20 6 0 40 5D 41 13 57 12
Octal 130 40 6 0 100 135 101 23 127 22
Binary 1011000 100000 110 0 1000000 1011101 1000001 10011 1010111 10010

Color Harmonies of #582006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582006

Black with #582006

Text Example


Text Example

White with #582006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582006; }

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

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

background-color css

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

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

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

border-color css

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

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

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