Html Css Color HEX #573D1A Dark Brown

📋 copy color: '#573D1A'

red 87 ◦ green 61 ◦ blue 26

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

Shades of Dark Brown #573D1A

Tints of Dark Brown #573D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 50%
G = 35.06%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#573D1A (or 0x573D1A) is known color: Dark Brown. HEX triplet: 57, 3D and 1A. RGB value is (87,61,26). Sum of RGB (Red+Green+Blue) = 87+61+26=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #573D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573D1A is #A8C2E5. Grayscale: #404040. Windows color (decimal): -11059942 or 1719639. OLE color: 1719639.

HSL color Cylindrical-coordinate representation of color #573D1A: hue angle of 34.43º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #573D1A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 61 26 -
CMYK 0 0.30 0.70 0.66
HSL 34.43º 0.54% 0.22% -
HSV(B) 34.43º 0.7% 0.34% -
XYZ 5.79 5.44 1.72 -
YUV 64.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 87 61 26 0 0.30 0.70 0.66 34.43 0.54 0.22
Hex 57 3D 1A 0 1E 46 42 22 36 16
Octal 127 75 32 0 36 106 102 42 66 26
Binary 1010111 111101 11010 0 11110 1000110 1000010 100010 110110 10110

Color Harmonies of #573D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573D1A

Black with #573D1A

Text Example


Text Example

White with #573D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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