Html Css Color HEX #582002 Baker's Chocolate

📋 copy color: '#582002'

red 88 ◦ green 32 ◦ blue 2

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

Shades of Baker's Chocolate #582002

Tints of Baker's Chocolate #582002

RGB

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

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

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

R = 72.13%
G = 26.23%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#582002 (or 0x582002) is known color: Baker's Chocolate. HEX triplet: 58, 20 and 02. RGB value is (88,32,2). Sum of RGB (Red+Green+Blue) = 88+32+2=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #582002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582002 is #A7DFFD. Grayscale: #2D2D2D. Windows color (decimal): -11001854 or 139352. OLE color: 139352.

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

Color convert

RGB 88 32 2 -
CMYK 0 0.64 0.98 0.65
HSL 20.93º 0.96% 0.18% -
HSV(B) 20.93º 0.98% 0.35% -
XYZ 4.55 3.11 0.42 -
YUV 45.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 88 32 2 0 0.64 0.98 0.65 20.93 0.96 0.18
Hex 58 20 2 0 40 62 41 15 60 12
Octal 130 40 2 0 100 142 101 25 140 22
Binary 1011000 100000 10 0 1000000 1100010 1000001 10101 1100000 10010

Color Harmonies of #582002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582002

Black with #582002

Text Example


Text Example

White with #582002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582002; }

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

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

background-color css

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

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

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

border-color css

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

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

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