Html Css Color HEX #534D2E Thatch Green

📋 copy color: '#534D2E'

red 83 ◦ green 77 ◦ blue 46

#534D2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch Green #534D2E

Tints of Thatch Green #534D2E

RGB

 RED value IS 83 (32.81% from 255) = 40.29%

 GREEN value IS 77 (30.47% from 255) = 37.38%

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 40.29%
G = 37.38%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#534D2E (or 0x534D2E) is known color: Thatch Green. HEX triplet: 53, 4D and 2E. RGB value is (83,77,46). Sum of RGB (Red+Green+Blue) = 83+77+46=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D2E is #ACB2D1. Grayscale: #4B4B4B. Windows color (decimal): -11317970 or 3034451. OLE color: 3034451.

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

Color convert

RGB 83 77 46 -
CMYK 0 0.07 0.45 0.67
HSL 50.27º 0.29% 0.25% -
HSV(B) 50.27º 0.45% 0.33% -
XYZ 6.71 7.34 3.65 -
YUV 75.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 83 77 46 0 0.07 0.45 0.67 50.27 0.29 0.25
Hex 53 4D 2E 0 7 2D 43 32 1D 19
Octal 123 115 56 0 7 55 103 62 35 31
Binary 1010011 1001101 101110 0 111 101101 1000011 110010 11101 11001

Color Harmonies of #534D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D2E

Black with #534D2E

Text Example


Text Example

White with #534D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #534D2E;
 }
 .AnyTagClassName
 {
   color: #534D2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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