#534B2E

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

Shades of Thatch Green #534B2E

Tints of Thatch Green #534B2E

Color information

#534B2E (or 0x534B2E) is unknown color: approx Thatch Green. HEX triplet: 53, 4B and 2E. RGB value is (83,75,46). Sum of RGB (Red+Green+Blue) = 83+75+46=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #534B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B2E is #ACB4D1. Grayscale: #4A4A4A. Windows color (decimal): -11318482 or 3033939. OLE color: 3033939.

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

Color convert

RGB837546-
CMYK00.100.450.67
HSL47.03º28.68%25.29%-
HSV(B)47.03º44.58%32.55%-
XYZ6.587.073.6-
YUV74.09112.15134.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=40.69%
G=36.76%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83754600.100.450.6747.0328.6825.29
Hex534B2E0A2D432f1d19
Octal1231135601255103573531
Binary101001110010111011100101010110110000111011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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