Html Css Color HEX #573D0C Baker's Chocolate

📋 copy color: '#573D0C'

red 87 ◦ green 61 ◦ blue 12

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

Shades of Baker's Chocolate #573D0C

Tints of Baker's Chocolate #573D0C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.13%

 BLUE value IS 12 (5.08% from 255) = 7.5%

R = 54.38%
G = 38.13%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#573D0C (or 0x573D0C) is known color: Baker's Chocolate. HEX triplet: 57, 3D and 0C. RGB value is (87,61,12). Sum of RGB (Red+Green+Blue) = 87+61+12=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #573D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573D0C is #A8C2F3. Grayscale: #3F3F3F. Windows color (decimal): -11059956 or 802135. OLE color: 802135.

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

Color convert

RGB 87 61 12 -
CMYK 0 0.30 0.86 0.66
HSL 39.2º 0.76% 0.19% -
HSV(B) 39.2º 0.86% 0.34% -
XYZ 5.67 5.39 1.09 -
YUV 63.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 87 61 12 0 0.30 0.86 0.66 39.2 0.76 0.19
Hex 57 3D C 0 1E 56 42 27 4C 13
Octal 127 75 14 0 36 126 102 47 114 23
Binary 1010111 111101 1100 0 11110 1010110 1000010 100111 1001100 10011

Color Harmonies of #573D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573D0C

Black with #573D0C

Text Example


Text Example

White with #573D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,61,12); }

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

background-color css

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

 a { background-color: rgb(87,61,12); }

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

border-color css

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

 span { border-color: rgb(87,61,12); }

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