Html Css Color HEX #582401 Baker's Chocolate

📋 copy color: '#582401'

red 88 ◦ green 36 ◦ blue 1

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

Shades of Baker's Chocolate #582401

Tints of Baker's Chocolate #582401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.8%

 BLUE value IS 1 (0.78% from 255) = 0.8%

R = 70.4%
G = 28.8%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#582401 (or 0x582401) is known color: Baker's Chocolate. HEX triplet: 58, 24 and 01. RGB value is (88,36,1). Sum of RGB (Red+Green+Blue) = 88+36+1=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #582401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582401 is #A7DBFE. Grayscale: #2F2F2F. Windows color (decimal): -11000831 or 74840. OLE color: 74840.

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

Color convert

RGB 88 36 1 -
CMYK 0 0.59 0.99 0.65
HSL 24.14º 0.98% 0.17% -
HSV(B) 24.14º 0.99% 0.35% -
XYZ 4.66 3.34 0.43 -
YUV 47.56 101.73 156.85 -
System Red Green Blue C M Y K H S L
Decimal 88 36 1 0 0.59 0.99 0.65 24.14 0.98 0.17
Hex 58 24 1 0 3B 63 41 18 62 11
Octal 130 44 1 0 73 143 101 30 142 21
Binary 1011000 100100 1 0 111011 1100011 1000001 11000 1100010 10001

Color Harmonies of #582401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582401

Black with #582401

Text Example


Text Example

White with #582401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582401; }

 p { color: rgb(88,36,1); }

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

background-color css

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

 a { background-color: rgb(88,36,1); }

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

border-color css

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

 span { border-color: rgb(88,36,1); }

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