#534B2B

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

Shades of Thatch Green #534B2B

Tints of Thatch Green #534B2B

Color information

#534B2B (or 0x534B2B) is unknown color: approx Thatch Green. HEX triplet: 53, 4B and 2B. RGB value is (83,75,43). Sum of RGB (Red+Green+Blue) = 83+75+43=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #534B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B2B is #ACB4D4. Grayscale: #494949. Windows color (decimal): -11318485 or 2837331. OLE color: 2837331.

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

Color convert

RGB837543-
CMYK00.100.480.67
HSL48º31.75%24.71%-
HSV(B)48º48.19%32.55%-
XYZ6.527.053.3-
YUV73.74110.65134.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=41.29%
G=37.31%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83754300.100.480.674831.7524.71
Hex534B2B0A3043302019
Octal1231135301260103604031
Binary1010011100101110101101010110000100001111000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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