Html Css Color HEX #581D02 Baker's Chocolate

📋 copy color: '#581D02'

red 88 ◦ green 29 ◦ blue 2

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

Shades of Baker's Chocolate #581D02

Tints of Baker's Chocolate #581D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.68%

R = 73.95%
G = 24.37%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#581D02 (or 0x581D02) is known color: Baker's Chocolate. HEX triplet: 58, 1D and 02. RGB value is (88,29,2). Sum of RGB (Red+Green+Blue) = 88+29+2=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #581D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D02 is #A7E2FD. Grayscale: #2B2B2B. Windows color (decimal): -11002622 or 138584. OLE color: 138584.

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

Color convert

RGB 88 29 2 -
CMYK 0 0.67 0.98 0.65
HSL 18.84º 0.96% 0.18% -
HSV(B) 18.84º 0.98% 0.35% -
XYZ 4.47 2.96 0.39 -
YUV 43.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 88 29 2 0 0.67 0.98 0.65 18.84 0.96 0.18
Hex 58 1D 2 0 43 62 41 13 60 12
Octal 130 35 2 0 103 142 101 23 140 22
Binary 1011000 11101 10 0 1000011 1100010 1000001 10011 1100000 10010

Color Harmonies of #581D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D02

Black with #581D02

Text Example


Text Example

White with #581D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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