Html Css Color HEX #582301 Baker's Chocolate

📋 copy color: '#582301'

red 88 ◦ green 35 ◦ blue 1

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

Shades of Baker's Chocolate #582301

Tints of Baker's Chocolate #582301

RGB

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

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

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

R = 70.97%
G = 28.23%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#582301 (or 0x582301) is known color: Baker's Chocolate. HEX triplet: 58, 23 and 01. RGB value is (88,35,1). Sum of RGB (Red+Green+Blue) = 88+35+1=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #582301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582301 is #A7DCFE. Grayscale: #2F2F2F. Windows color (decimal): -11001087 or 74584. OLE color: 74584.

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

Color convert

RGB 88 35 1 -
CMYK 0 0.60 0.99 0.65
HSL 23.45º 0.98% 0.17% -
HSV(B) 23.45º 0.99% 0.35% -
XYZ 4.63 3.28 0.42 -
YUV 46.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 88 35 1 0 0.60 0.99 0.65 23.45 0.98 0.17
Hex 58 23 1 0 3C 63 41 17 62 11
Octal 130 43 1 0 74 143 101 27 142 21
Binary 1011000 100011 1 0 111100 1100011 1000001 10111 1100010 10001

Color Harmonies of #582301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582301

Black with #582301

Text Example


Text Example

White with #582301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582301; }

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

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

background-color css

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

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

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

border-color css

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

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

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