Html Css Color HEX #524D32 Thatch Green

📋 copy color: '#524D32'

red 82 ◦ green 77 ◦ blue 50

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

Shades of Thatch Green #524D32

Tints of Thatch Green #524D32

RGB

 RED value IS 82 (32.42% from 255) = 39.23%

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

 BLUE value IS 50 (19.92% from 255) = 23.92%

R = 39.23%
G = 36.84%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#524D32 (or 0x524D32) is known color: Thatch Green. HEX triplet: 52, 4D and 32. RGB value is (82,77,50). Sum of RGB (Red+Green+Blue) = 82+77+50=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #524D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D32 is #ADB2CD. Grayscale: #4B4B4B. Windows color (decimal): -11383502 or 3296594. OLE color: 3296594.

HSL color Cylindrical-coordinate representation of color #524D32: hue angle of 50.62º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #524D32 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 77 50 -
CMYK 0 0.06 0.39 0.68
HSL 50.63º 0.24% 0.26% -
HSV(B) 50.63º 0.39% 0.32% -
XYZ 6.71 7.33 4.08 -
YUV 75.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 82 77 50 0 0.06 0.39 0.68 50.63 0.24 0.26
Hex 52 4D 32 0 6 27 44 33 18 1A
Octal 122 115 62 0 6 47 104 63 30 32
Binary 1010010 1001101 110010 0 110 100111 1000100 110011 11000 11010

Color Harmonies of #524D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D32

Black with #524D32

Text Example


Text Example

White with #524D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524D32; }

 p { color: rgb(82,77,50); }

 H1.HeaderClassName
 {
   color: #524D32;
 }
 .AnyTagClassName
 {
   color: #524D32;
 }
</style>

background-color css

<style>
 a { background-color: #524D32; }

 a { background-color: rgb(82,77,50); }

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

border-color css

<style>
 span { border-color: #524D32; }

 span { border-color: rgb(82,77,50); }

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