Html Css Color HEX #581F01 Baker's Chocolate

📋 copy color: '#581F01'

red 88 ◦ green 31 ◦ blue 1

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

Shades of Baker's Chocolate #581F01

Tints of Baker's Chocolate #581F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.83%

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

R = 73.33%
G = 25.83%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#581F01 (or 0x581F01) is known color: Baker's Chocolate. HEX triplet: 58, 1F and 01. RGB value is (88,31,1). Sum of RGB (Red+Green+Blue) = 88+31+1=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #581F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581F01 is #A7E0FE. Grayscale: #2C2C2C. Windows color (decimal): -11002111 or 73560. OLE color: 73560.

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

Color convert

RGB 88 31 1 -
CMYK 0 0.65 0.99 0.65
HSL 20.69º 0.98% 0.17% -
HSV(B) 20.69º 0.99% 0.35% -
XYZ 4.52 3.06 0.38 -
YUV 44.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 88 31 1 0 0.65 0.99 0.65 20.69 0.98 0.17
Hex 58 1F 1 0 41 63 41 15 62 11
Octal 130 37 1 0 101 143 101 25 142 21
Binary 1011000 11111 1 0 1000001 1100011 1000001 10101 1100010 10001

Color Harmonies of #581F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F01

Black with #581F01

Text Example


Text Example

White with #581F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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