Html Css Color HEX #571C02 Baker's Chocolate

📋 copy color: '#571C02'

red 87 ◦ green 28 ◦ blue 2

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

Shades of Baker's Chocolate #571C02

Tints of Baker's Chocolate #571C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.71%

R = 74.36%
G = 23.93%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#571C02 (or 0x571C02) is known color: Baker's Chocolate. HEX triplet: 57, 1C and 02. RGB value is (87,28,2). Sum of RGB (Red+Green+Blue) = 87+28+2=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #571C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571C02 is #A8E3FD. Grayscale: #2A2A2A. Windows color (decimal): -11068414 or 138327. OLE color: 138327.

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

Color convert

RGB 87 28 2 -
CMYK 0 0.68 0.98 0.66
HSL 18.35º 0.96% 0.17% -
HSV(B) 18.35º 0.98% 0.34% -
XYZ 4.36 2.86 0.38 -
YUV 42.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 87 28 2 0 0.68 0.98 0.66 18.35 0.96 0.17
Hex 57 1C 2 0 44 62 42 12 60 11
Octal 127 34 2 0 104 142 102 22 140 21
Binary 1010111 11100 10 0 1000100 1100010 1000010 10010 1100000 10001

Color Harmonies of #571C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C02

Black with #571C02

Text Example


Text Example

White with #571C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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