Html Css Color HEX #582501 Baker's Chocolate

📋 copy color: '#582501'

red 88 ◦ green 37 ◦ blue 1

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

Shades of Baker's Chocolate #582501

Tints of Baker's Chocolate #582501

RGB

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

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

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

R = 69.84%
G = 29.37%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#582501 (or 0x582501) is known color: Baker's Chocolate. HEX triplet: 58, 25 and 01. RGB value is (88,37,1). Sum of RGB (Red+Green+Blue) = 88+37+1=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #582501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582501 is #A7DAFE. Grayscale: #303030. Windows color (decimal): -11000575 or 75096. OLE color: 75096.

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

Color convert

RGB 88 37 1 -
CMYK 0 0.58 0.99 0.65
HSL 24.83º 0.98% 0.17% -
HSV(B) 24.83º 0.99% 0.35% -
XYZ 4.69 3.4 0.44 -
YUV 48.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 88 37 1 0 0.58 0.99 0.65 24.83 0.98 0.17
Hex 58 25 1 0 3A 63 41 19 62 11
Octal 130 45 1 0 72 143 101 31 142 21
Binary 1011000 100101 1 0 111010 1100011 1000001 11001 1100010 10001

Color Harmonies of #582501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582501

Black with #582501

Text Example


Text Example

White with #582501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582501; }

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

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

background-color css

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

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

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

border-color css

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

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

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