Html Css Color HEX #571C04 Baker's Chocolate

📋 copy color: '#571C04'

red 87 ◦ green 28 ◦ blue 4

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

Shades of Baker's Chocolate #571C04

Tints of Baker's Chocolate #571C04

RGB

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

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

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

R = 73.11%
G = 23.53%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#571C04 (or 0x571C04) is known color: Baker's Chocolate. HEX triplet: 57, 1C and 04. RGB value is (87,28,4). Sum of RGB (Red+Green+Blue) = 87+28+4=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #571C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571C04 is #A8E3FB. Grayscale: #2B2B2B. Windows color (decimal): -11068412 or 269399. OLE color: 269399.

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

Color convert

RGB 87 28 4 -
CMYK 0 0.68 0.95 0.66
HSL 17.35º 0.91% 0.18% -
HSV(B) 17.35º 0.95% 0.34% -
XYZ 4.37 2.87 0.44 -
YUV 42.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 87 28 4 0 0.68 0.95 0.66 17.35 0.91 0.18
Hex 57 1C 4 0 44 5F 42 11 5B 12
Octal 127 34 4 0 104 137 102 21 133 22
Binary 1010111 11100 100 0 1000100 1011111 1000010 10001 1011011 10010

Color Harmonies of #571C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C04

Black with #571C04

Text Example


Text Example

White with #571C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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