Html Css Color HEX #534D2A Thatch Green

📋 copy color: '#534D2A'

red 83 ◦ green 77 ◦ blue 42

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

Shades of Thatch Green #534D2A

Tints of Thatch Green #534D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.79%

R = 41.09%
G = 38.12%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#534D2A (or 0x534D2A) is known color: Thatch Green. HEX triplet: 53, 4D and 2A. RGB value is (83,77,42). Sum of RGB (Red+Green+Blue) = 83+77+42=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #534D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D2A is #ACB2D5. Grayscale: #4A4A4A. Windows color (decimal): -11317974 or 2772307. OLE color: 2772307.

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

Color convert

RGB 83 77 42 -
CMYK 0 0.07 0.49 0.67
HSL 51.22º 0.33% 0.25% -
HSV(B) 51.22º 0.49% 0.33% -
XYZ 6.64 7.31 3.25 -
YUV 74.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 83 77 42 0 0.07 0.49 0.67 51.22 0.33 0.25
Hex 53 4D 2A 0 7 31 43 33 21 19
Octal 123 115 52 0 7 61 103 63 41 31
Binary 1010011 1001101 101010 0 111 110001 1000011 110011 100001 11001

Color Harmonies of #534D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D2A

Black with #534D2A

Text Example


Text Example

White with #534D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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