Html Css Color HEX #582801 Baker's Chocolate

📋 copy color: '#582801'

red 88 ◦ green 40 ◦ blue 1

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

Shades of Baker's Chocolate #582801

Tints of Baker's Chocolate #582801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.01%

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

R = 68.22%
G = 31.01%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#582801 (or 0x582801) is known color: Baker's Chocolate. HEX triplet: 58, 28 and 01. RGB value is (88,40,1). Sum of RGB (Red+Green+Blue) = 88+40+1=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #582801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582801 is #A7D7FE. Grayscale: #323232. Windows color (decimal): -10999807 or 75864. OLE color: 75864.

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

Color convert

RGB 88 40 1 -
CMYK 0 0.55 0.99 0.65
HSL 26.9º 0.98% 0.17% -
HSV(B) 26.9º 0.99% 0.35% -
XYZ 4.79 3.59 0.47 -
YUV 49.91 100.4 155.17 -
System Red Green Blue C M Y K H S L
Decimal 88 40 1 0 0.55 0.99 0.65 26.9 0.98 0.17
Hex 58 28 1 0 37 63 41 1B 62 11
Octal 130 50 1 0 67 143 101 33 142 21
Binary 1011000 101000 1 0 110111 1100011 1000001 11011 1100010 10001

Color Harmonies of #582801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582801

Black with #582801

Text Example


Text Example

White with #582801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582801; }

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

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

background-color css

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

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

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

border-color css

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

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

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