Html Css Color HEX #582808 Baker's Chocolate

📋 copy color: '#582808'

red 88 ◦ green 40 ◦ blue 8

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

Shades of Baker's Chocolate #582808

Tints of Baker's Chocolate #582808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.41%

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

R = 64.71%
G = 29.41%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#582808 (or 0x582808) is known color: Baker's Chocolate. HEX triplet: 58, 28 and 08. RGB value is (88,40,8). Sum of RGB (Red+Green+Blue) = 88+40+8=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #582808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582808 is #A7D7F7. Grayscale: #323232. Windows color (decimal): -10999800 or 534616. OLE color: 534616.

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

Color convert

RGB 88 40 8 -
CMYK 0 0.55 0.91 0.65
HSL 24º 0.83% 0.19% -
HSV(B) 24º 0.91% 0.35% -
XYZ 4.83 3.61 0.67 -
YUV 50.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 88 40 8 0 0.55 0.91 0.65 24 0.83 0.19
Hex 58 28 8 0 37 5B 41 18 53 13
Octal 130 50 10 0 67 133 101 30 123 23
Binary 1011000 101000 1000 0 110111 1011011 1000001 11000 1010011 10011

Color Harmonies of #582808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582808

Black with #582808

Text Example


Text Example

White with #582808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582808; }

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

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

background-color css

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

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

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

border-color css

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

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

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