Html Css Color HEX #582008 Baker's Chocolate

📋 copy color: '#582008'

red 88 ◦ green 32 ◦ blue 8

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

Shades of Baker's Chocolate #582008

Tints of Baker's Chocolate #582008

RGB

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

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

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

R = 68.75%
G = 25%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#582008 (or 0x582008) is known color: Baker's Chocolate. HEX triplet: 58, 20 and 08. RGB value is (88,32,8). Sum of RGB (Red+Green+Blue) = 88+32+8=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #582008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582008 is #A7DFF7. Grayscale: #2E2E2E. Windows color (decimal): -11001848 or 532568. OLE color: 532568.

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

Color convert

RGB 88 32 8 -
CMYK 0 0.64 0.91 0.65
HSL 18º 0.83% 0.19% -
HSV(B) 18º 0.91% 0.35% -
XYZ 4.58 3.13 0.59 -
YUV 46.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 88 32 8 0 0.64 0.91 0.65 18 0.83 0.19
Hex 58 20 8 0 40 5B 41 12 53 13
Octal 130 40 10 0 100 133 101 22 123 23
Binary 1011000 100000 1000 0 1000000 1011011 1000001 10010 1010011 10011

Color Harmonies of #582008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582008

Black with #582008

Text Example


Text Example

White with #582008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582008; }

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

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

background-color css

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

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

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

border-color css

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

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

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