Html Css Color HEX #581C05 Baker's Chocolate

📋 copy color: '#581C05'

red 88 ◦ green 28 ◦ blue 5

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

Shades of Baker's Chocolate #581C05

Tints of Baker's Chocolate #581C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.14%

 BLUE value IS 5 (2.34% from 255) = 4.13%

R = 72.73%
G = 23.14%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#581C05 (or 0x581C05) is known color: Baker's Chocolate. HEX triplet: 58, 1C and 05. RGB value is (88,28,5). Sum of RGB (Red+Green+Blue) = 88+28+5=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #581C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581C05 is #A7E3FA. Grayscale: #2B2B2B. Windows color (decimal): -11002875 or 334936. OLE color: 334936.

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

Color convert

RGB 88 28 5 -
CMYK 0 0.68 0.94 0.65
HSL 16.63º 0.89% 0.18% -
HSV(B) 16.63º 0.94% 0.35% -
XYZ 4.47 2.92 0.47 -
YUV 43.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 88 28 5 0 0.68 0.94 0.65 16.63 0.89 0.18
Hex 58 1C 5 0 44 5E 41 11 59 12
Octal 130 34 5 0 104 136 101 21 131 22
Binary 1011000 11100 101 0 1000100 1011110 1000001 10001 1011001 10010

Color Harmonies of #581C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C05

Black with #581C05

Text Example


Text Example

White with #581C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,28,5); }

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

background-color css

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

 a { background-color: rgb(88,28,5); }

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

border-color css

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

 span { border-color: rgb(88,28,5); }

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