#534F35

Color #534F35 Thatch Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch Green #534F35

Tints of Thatch Green #534F35

Color information

#534F35 (or 0x534F35) is unknown color: approx Thatch Green. HEX triplet: 53, 4F and 35. RGB value is (83,79,53). Sum of RGB (Red+Green+Blue) = 83+79+53=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #534F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F35 is #ACB0CA. Grayscale: #4D4D4D. Windows color (decimal): -11317451 or 3493715. OLE color: 3493715.

HSL color Cylindrical-coordinate representation of color #534F35: hue angle of 52º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534F35 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB837953-
CMYK00.050.360.67
HSL52º22.06%26.67%-
HSV(B)52º36.14%32.55%-
XYZ7.017.694.48-
YUV77.23114.33132.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=38.60%
G=36.74%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83795300.050.360.675222.0626.67
Hex534F3505244334161b
Octal123117650544103642633
Binary10100111001111110101010110010010000111101001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534F35; }

 p { color: rgb(83,79,53); }

 H1.HeaderClassName
 {
   color: #534F35;
 }
 .AnyTagClassName
 {
   color: #534F35;
 }
</style>
background-color css

<style>
 a { background-color: #534F35; }

 a { background-color: rgb(83,79,53); }

 div.DivClassName
 {
   background-color: #534F35;
 }
 .BgClassName
 {
   background-color: #534F35;
 }
</style>
border-color css

<style>
 span { border-color: #534F35; }

 span { border-color: rgb(83,79,53); }

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