Html Css Color HEX #573C0B Baker's Chocolate

📋 copy color: '#573C0B'

red 87 ◦ green 60 ◦ blue 11

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

Shades of Baker's Chocolate #573C0B

Tints of Baker's Chocolate #573C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.97%

 BLUE value IS 11 (4.69% from 255) = 6.96%

R = 55.06%
G = 37.97%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#573C0B (or 0x573C0B) is known color: Baker's Chocolate. HEX triplet: 57, 3C and 0B. RGB value is (87,60,11). Sum of RGB (Red+Green+Blue) = 87+60+11=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #573C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573C0B is #A8C3F4. Grayscale: #3E3E3E. Windows color (decimal): -11060213 or 736343. OLE color: 736343.

HSL color Cylindrical-coordinate representation of color #573C0B: hue angle of 38.68º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #573C0B is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 60 11 -
CMYK 0 0.31 0.87 0.66
HSL 38.68º 0.78% 0.19% -
HSV(B) 38.68º 0.87% 0.34% -
XYZ 5.61 5.28 1.04 -
YUV 62.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 87 60 11 0 0.31 0.87 0.66 38.68 0.78 0.19
Hex 57 3C B 0 1F 57 42 27 4E 13
Octal 127 74 13 0 37 127 102 47 116 23
Binary 1010111 111100 1011 0 11111 1010111 1000010 100111 1001110 10011

Color Harmonies of #573C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573C0B

Black with #573C0B

Text Example


Text Example

White with #573C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573C0B; }

 p { color: rgb(87,60,11); }

 H1.HeaderClassName
 {
   color: #573C0B;
 }
 .AnyTagClassName
 {
   color: #573C0B;
 }
</style>

background-color css

<style>
 a { background-color: #573C0B; }

 a { background-color: rgb(87,60,11); }

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

border-color css

<style>
 span { border-color: #573C0B; }

 span { border-color: rgb(87,60,11); }

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