Html Css Color HEX #582502 Baker's Chocolate

📋 copy color: '#582502'

red 88 ◦ green 37 ◦ blue 2

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

Shades of Baker's Chocolate #582502

Tints of Baker's Chocolate #582502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

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

R = 69.29%
G = 29.13%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#582502 (or 0x582502) is known color: Baker's Chocolate. HEX triplet: 58, 25 and 02. RGB value is (88,37,2). Sum of RGB (Red+Green+Blue) = 88+37+2=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #582502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582502 is #A7DAFD. Grayscale: #303030. Windows color (decimal): -11000574 or 140632. OLE color: 140632.

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

Color convert

RGB 88 37 2 -
CMYK 0 0.58 0.98 0.65
HSL 24.42º 0.96% 0.18% -
HSV(B) 24.42º 0.98% 0.35% -
XYZ 4.7 3.4 0.47 -
YUV 48.26 101.9 156.35 -
System Red Green Blue C M Y K H S L
Decimal 88 37 2 0 0.58 0.98 0.65 24.42 0.96 0.18
Hex 58 25 2 0 3A 62 41 18 60 12
Octal 130 45 2 0 72 142 101 30 140 22
Binary 1011000 100101 10 0 111010 1100010 1000001 11000 1100000 10010

Color Harmonies of #582502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582502

Black with #582502

Text Example


Text Example

White with #582502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582502; }

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

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

background-color css

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

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

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

border-color css

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

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

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