Html Css Color HEX #581C03 Baker's Chocolate

📋 copy color: '#581C03'

red 88 ◦ green 28 ◦ blue 3

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

Shades of Baker's Chocolate #581C03

Tints of Baker's Chocolate #581C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.52%

R = 73.95%
G = 23.53%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#581C03 (or 0x581C03) is known color: Baker's Chocolate. HEX triplet: 58, 1C and 03. RGB value is (88,28,3). Sum of RGB (Red+Green+Blue) = 88+28+3=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #581C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581C03 is #A7E3FC. Grayscale: #2B2B2B. Windows color (decimal): -11002877 or 203864. OLE color: 203864.

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

Color convert

RGB 88 28 3 -
CMYK 0 0.68 0.97 0.65
HSL 17.65º 0.93% 0.18% -
HSV(B) 17.65º 0.97% 0.35% -
XYZ 4.46 2.91 0.41 -
YUV 43.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 88 28 3 0 0.68 0.97 0.65 17.65 0.93 0.18
Hex 58 1C 3 0 44 61 41 12 5D 12
Octal 130 34 3 0 104 141 101 22 135 22
Binary 1011000 11100 11 0 1000100 1100001 1000001 10010 1011101 10010

Color Harmonies of #581C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C03

Black with #581C03

Text Example


Text Example

White with #581C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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