Html Css Color HEX #581E01 Baker's Chocolate

📋 copy color: '#581E01'

red 88 ◦ green 30 ◦ blue 1

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

Shades of Baker's Chocolate #581E01

Tints of Baker's Chocolate #581E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.21%

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

R = 73.95%
G = 25.21%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#581E01 (or 0x581E01) is known color: Baker's Chocolate. HEX triplet: 58, 1E and 01. RGB value is (88,30,1). Sum of RGB (Red+Green+Blue) = 88+30+1=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #581E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581E01 is #A7E1FE. Grayscale: #2C2C2C. Windows color (decimal): -11002367 or 73304. OLE color: 73304.

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

Color convert

RGB 88 30 1 -
CMYK 0 0.66 0.99 0.65
HSL 20º 0.98% 0.17% -
HSV(B) 20º 0.99% 0.35% -
XYZ 4.49 3.01 0.37 -
YUV 44.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 88 30 1 0 0.66 0.99 0.65 20 0.98 0.17
Hex 58 1E 1 0 42 63 41 14 62 11
Octal 130 36 1 0 102 143 101 24 142 21
Binary 1011000 11110 1 0 1000010 1100011 1000001 10100 1100010 10001

Color Harmonies of #581E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E01

Black with #581E01

Text Example


Text Example

White with #581E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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