Html Css Color HEX #571C01 Baker's Chocolate

📋 copy color: '#571C01'

red 87 ◦ green 28 ◦ blue 1

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

Shades of Baker's Chocolate #571C01

Tints of Baker's Chocolate #571C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.86%

R = 75%
G = 24.14%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#571C01 (or 0x571C01) is known color: Baker's Chocolate. HEX triplet: 57, 1C and 01. RGB value is (87,28,1). Sum of RGB (Red+Green+Blue) = 87+28+1=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #571C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571C01 is #A8E3FE. Grayscale: #2A2A2A. Windows color (decimal): -11068415 or 72791. OLE color: 72791.

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

Color convert

RGB 87 28 1 -
CMYK 0 0.68 0.99 0.66
HSL 18.84º 0.98% 0.17% -
HSV(B) 18.84º 0.99% 0.34% -
XYZ 4.35 2.86 0.35 -
YUV 42.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 87 28 1 0 0.68 0.99 0.66 18.84 0.98 0.17
Hex 57 1C 1 0 44 63 42 13 62 11
Octal 127 34 1 0 104 143 102 23 142 21
Binary 1010111 11100 1 0 1000100 1100011 1000010 10011 1100010 10001

Color Harmonies of #571C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C01

Black with #571C01

Text Example


Text Example

White with #571C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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