Html Css Color HEX #581D04 Baker's Chocolate

📋 copy color: '#581D04'

red 88 ◦ green 29 ◦ blue 4

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

Shades of Baker's Chocolate #581D04

Tints of Baker's Chocolate #581D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.97%

 BLUE value IS 4 (1.95% from 255) = 3.31%

R = 72.73%
G = 23.97%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#581D04 (or 0x581D04) is known color: Baker's Chocolate. HEX triplet: 58, 1D and 04. RGB value is (88,29,4). Sum of RGB (Red+Green+Blue) = 88+29+4=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #581D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D04 is #A7E2FB. Grayscale: #2B2B2B. Windows color (decimal): -11002620 or 269656. OLE color: 269656.

HSL color Cylindrical-coordinate representation of color #581D04: hue angle of 17.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #581D04 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 29 4 -
CMYK 0 0.67 0.95 0.65
HSL 17.86º 0.91% 0.18% -
HSV(B) 17.86º 0.95% 0.35% -
XYZ 4.49 2.96 0.45 -
YUV 43.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 88 29 4 0 0.67 0.95 0.65 17.86 0.91 0.18
Hex 58 1D 4 0 43 5F 41 12 5B 12
Octal 130 35 4 0 103 137 101 22 133 22
Binary 1011000 11101 100 0 1000011 1011111 1000001 10010 1011011 10010

Color Harmonies of #581D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D04

Black with #581D04

Text Example


Text Example

White with #581D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,29,4); }

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

background-color css

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

 a { background-color: rgb(88,29,4); }

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

border-color css

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

 span { border-color: rgb(88,29,4); }

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