Html Css Color HEX #571D03 Baker's Chocolate

📋 copy color: '#571D03'

red 87 ◦ green 29 ◦ blue 3

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

Shades of Baker's Chocolate #571D03

Tints of Baker's Chocolate #571D03

RGB

 RED value IS 87 (34.38% from 255) = 73.11%

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

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

R = 73.11%
G = 24.37%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#571D03 (or 0x571D03) is known color: Baker's Chocolate. HEX triplet: 57, 1D and 03. RGB value is (87,29,3). Sum of RGB (Red+Green+Blue) = 87+29+3=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #571D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D03 is #A8E2FC. Grayscale: #2B2B2B. Windows color (decimal): -11068157 or 204119. OLE color: 204119.

HSL color Cylindrical-coordinate representation of color #571D03: hue angle of 18.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #571D03 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 29 3 -
CMYK 0 0.67 0.97 0.66
HSL 18.57º 0.93% 0.18% -
HSV(B) 18.57º 0.97% 0.34% -
XYZ 4.39 2.91 0.42 -
YUV 43.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 87 29 3 0 0.67 0.97 0.66 18.57 0.93 0.18
Hex 57 1D 3 0 43 61 42 13 5D 12
Octal 127 35 3 0 103 141 102 23 135 22
Binary 1010111 11101 11 0 1000011 1100001 1000010 10011 1011101 10010

Color Harmonies of #571D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D03

Black with #571D03

Text Example


Text Example

White with #571D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571D03; }

 p { color: rgb(87,29,3); }

 H1.HeaderClassName
 {
   color: #571D03;
 }
 .AnyTagClassName
 {
   color: #571D03;
 }
</style>

background-color css

<style>
 a { background-color: #571D03; }

 a { background-color: rgb(87,29,3); }

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

border-color css

<style>
 span { border-color: #571D03; }

 span { border-color: rgb(87,29,3); }

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