#534F34

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

Shades of Thatch Green #534F34

Tints of Thatch Green #534F34

Color information

#534F34 (or 0x534F34) is unknown color: approx Thatch Green. HEX triplet: 53, 4F and 34. RGB value is (83,79,52). Sum of RGB (Red+Green+Blue) = 83+79+52=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #534F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F34 is #ACB0CB. Grayscale: #4D4D4D. Windows color (decimal): -11317452 or 3428179. OLE color: 3428179.

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

Color convert

RGB837952-
CMYK00.050.370.67
HSL52.26º22.96%26.47%-
HSV(B)52.26º37.35%32.55%-
XYZ6.987.684.36-
YUV77.12113.83132.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 79 (31.25% from 255) = 36.92%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=38.79%
G=36.92%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83795200.050.370.6752.2622.9626.47
Hex534F3405254334171a
Octal123117640545103642732
Binary10100111001111110100010110010110000111101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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