Html Css Color HEX #581C04 Baker's Chocolate

📋 copy color: '#581C04'

red 88 ◦ green 28 ◦ blue 4

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

Shades of Baker's Chocolate #581C04

Tints of Baker's Chocolate #581C04

RGB

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

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

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

R = 73.33%
G = 23.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#581C04 (or 0x581C04) is known color: Baker's Chocolate. HEX triplet: 58, 1C and 04. RGB value is (88,28,4). Sum of RGB (Red+Green+Blue) = 88+28+4=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #581C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581C04 is #A7E3FB. Grayscale: #2B2B2B. Windows color (decimal): -11002876 or 269400. OLE color: 269400.

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

Color convert

RGB 88 28 4 -
CMYK 0 0.68 0.95 0.65
HSL 17.14º 0.91% 0.18% -
HSV(B) 17.14º 0.95% 0.35% -
XYZ 4.46 2.91 0.44 -
YUV 43.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 88 28 4 0 0.68 0.95 0.65 17.14 0.91 0.18
Hex 58 1C 4 0 44 5F 41 11 5B 12
Octal 130 34 4 0 104 137 101 21 133 22
Binary 1011000 11100 100 0 1000100 1011111 1000001 10001 1011011 10010

Color Harmonies of #581C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C04

Black with #581C04

Text Example


Text Example

White with #581C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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