#534F33

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

Shades of Thatch Green #534F33

Tints of Thatch Green #534F33

Color information

#534F33 (or 0x534F33) is unknown color: approx Thatch Green. HEX triplet: 53, 4F and 33. RGB value is (83,79,51). Sum of RGB (Red+Green+Blue) = 83+79+51=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #534F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F33 is #ACB0CC. Grayscale: #4D4D4D. Windows color (decimal): -11317453 or 3362643. OLE color: 3362643.

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

Color convert

RGB837951-
CMYK00.050.390.67
HSL52.5º23.88%26.27%-
HSV(B)52.5º38.55%32.55%-
XYZ6.967.674.25-
YUV77113.33132.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 51 (20.31% from 255) = 23.94%
R=38.97%
G=37.09%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83795100.050.390.6752.523.8826.27
Hex534F3305274334181a
Octal123117630547103643032
Binary10100111001111110011010110011110000111101001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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