Html Css Color HEX #582802 Baker's Chocolate

📋 copy color: '#582802'

red 88 ◦ green 40 ◦ blue 2

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

Shades of Baker's Chocolate #582802

Tints of Baker's Chocolate #582802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.54%

R = 67.69%
G = 30.77%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#582802 (or 0x582802) is known color: Baker's Chocolate. HEX triplet: 58, 28 and 02. RGB value is (88,40,2). Sum of RGB (Red+Green+Blue) = 88+40+2=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #582802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582802 is #A7D7FD. Grayscale: #323232. Windows color (decimal): -10999806 or 141400. OLE color: 141400.

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

Color convert

RGB 88 40 2 -
CMYK 0 0.55 0.98 0.65
HSL 26.51º 0.96% 0.18% -
HSV(B) 26.51º 0.98% 0.35% -
XYZ 4.79 3.6 0.5 -
YUV 50.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 88 40 2 0 0.55 0.98 0.65 26.51 0.96 0.18
Hex 58 28 2 0 37 62 41 1B 60 12
Octal 130 50 2 0 67 142 101 33 140 22
Binary 1011000 101000 10 0 110111 1100010 1000001 11011 1100000 10010

Color Harmonies of #582802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582802

Black with #582802

Text Example


Text Example

White with #582802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582802; }

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

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

background-color css

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

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

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

border-color css

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

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

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