#534B2F

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

Shades of Thatch Green #534B2F

Tints of Thatch Green #534B2F

Color information

#534B2F (or 0x534B2F) is unknown color: approx Thatch Green. HEX triplet: 53, 4B and 2F. RGB value is (83,75,47). Sum of RGB (Red+Green+Blue) = 83+75+47=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #534B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B2F is #ACB4D0. Grayscale: #4A4A4A. Windows color (decimal): -11318481 or 3099475. OLE color: 3099475.

HSL color Cylindrical-coordinate representation of color #534B2F: hue angle of 46.67º 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 #534B2F is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB837547-
CMYK00.100.430.67
HSL46.67º27.69%25.49%-
HSV(B)46.67º43.37%32.55%-
XYZ6.67.083.71-
YUV74.2112.65134.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=40.49%
G=36.59%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83754700.100.430.6746.6727.6925.49
Hex534B2F0A2B432f1c19
Octal1231135701253103573431
Binary101001110010111011110101010101110000111011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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