#534F2F

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

Shades of Thatch Green #534F2F

Tints of Thatch Green #534F2F

Color information

#534F2F (or 0x534F2F) is unknown color: approx Thatch Green. HEX triplet: 53, 4F and 2F. RGB value is (83,79,47). Sum of RGB (Red+Green+Blue) = 83+79+47=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F2F is #ACB0D0. Grayscale: #4C4C4C. Windows color (decimal): -11317457 or 3100499. OLE color: 3100499.

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

Color convert

RGB837947-
CMYK00.050.430.67
HSL53.33º27.69%25.49%-
HSV(B)53.33º43.37%32.55%-
XYZ6.887.643.8-
YUV76.55111.33132.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=39.71%
G=37.80%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83794700.050.430.6753.3327.6925.49
Hex534F2F052B43351c19
Octal123117570553103653431
Binary10100111001111101111010110101110000111101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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