#534F2B

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

Shades of Thatch Green #534F2B

Tints of Thatch Green #534F2B

Color information

#534F2B (or 0x534F2B) is unknown color: approx Thatch Green. HEX triplet: 53, 4F and 2B. RGB value is (83,79,43). Sum of RGB (Red+Green+Blue) = 83+79+43=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #534F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F2B is #ACB0D4. Grayscale: #4C4C4C. Windows color (decimal): -11317461 or 2838355. OLE color: 2838355.

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

Color convert

RGB837943-
CMYK00.050.480.67
HSL54º31.75%24.71%-
HSV(B)54º48.19%32.55%-
XYZ6.87.613.4-
YUV76.09109.33132.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=40.49%
G=38.54%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83794300.050.480.675431.7524.71
Hex534F2B053043362019
Octal123117530560103664031
Binary101001110011111010110101110000100001111011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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