Html Css Color HEX #524A2B Thatch Green

📋 copy color: '#524A2B'

red 82 ◦ green 74 ◦ blue 43

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

Shades of Thatch Green #524A2B

Tints of Thatch Green #524A2B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.19%

 BLUE value IS 43 (17.19% from 255) = 21.61%

R = 41.21%
G = 37.19%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#524A2B (or 0x524A2B) is known color: Thatch Green. HEX triplet: 52, 4A and 2B. RGB value is (82,74,43). Sum of RGB (Red+Green+Blue) = 82+74+43=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #524A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A2B is #ADB5D4. Grayscale: #484848. Windows color (decimal): -11384277 or 2837074. OLE color: 2837074.

HSL color Cylindrical-coordinate representation of color #524A2B: hue angle of 47.69º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #524A2B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 74 43 -
CMYK 0 0.10 0.48 0.68
HSL 47.69º 0.31% 0.25% -
HSV(B) 47.69º 0.48% 0.32% -
XYZ 6.36 6.87 3.28 -
YUV 72.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 82 74 43 0 0.10 0.48 0.68 47.69 0.31 0.25
Hex 52 4A 2B 0 A 30 44 30 1F 19
Octal 122 112 53 0 12 60 104 60 37 31
Binary 1010010 1001010 101011 0 1010 110000 1000100 110000 11111 11001

Color Harmonies of #524A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A2B

Black with #524A2B

Text Example


Text Example

White with #524A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,74,43); }

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

background-color css

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

 a { background-color: rgb(82,74,43); }

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

border-color css

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

 span { border-color: rgb(82,74,43); }

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