Html Css Color HEX #582302 Baker's Chocolate

📋 copy color: '#582302'

red 88 ◦ green 35 ◦ blue 2

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

Shades of Baker's Chocolate #582302

Tints of Baker's Chocolate #582302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28%

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

R = 70.4%
G = 28%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#582302 (or 0x582302) is known color: Baker's Chocolate. HEX triplet: 58, 23 and 02. RGB value is (88,35,2). Sum of RGB (Red+Green+Blue) = 88+35+2=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #582302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582302 is #A7DCFD. Grayscale: #2F2F2F. Windows color (decimal): -11001086 or 140120. OLE color: 140120.

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

Color convert

RGB 88 35 2 -
CMYK 0 0.60 0.98 0.65
HSL 23.02º 0.96% 0.18% -
HSV(B) 23.02º 0.98% 0.35% -
XYZ 4.64 3.28 0.45 -
YUV 47.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 88 35 2 0 0.60 0.98 0.65 23.02 0.96 0.18
Hex 58 23 2 0 3C 62 41 17 60 12
Octal 130 43 2 0 74 142 101 27 140 22
Binary 1011000 100011 10 0 111100 1100010 1000001 10111 1100000 10010

Color Harmonies of #582302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582302

Black with #582302

Text Example


Text Example

White with #582302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582302; }

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

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

background-color css

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

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

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

border-color css

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

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

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