Html Css Color HEX #524A2C Thatch Green

📋 copy color: '#524A2C'

red 82 ◦ green 74 ◦ blue 44

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

Shades of Thatch Green #524A2C

Tints of Thatch Green #524A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22%

R = 41%
G = 37%
B = 22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#524A2C (or 0x524A2C) is known color: Thatch Green. HEX triplet: 52, 4A and 2C. RGB value is (82,74,44). Sum of RGB (Red+Green+Blue) = 82+74+44=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #524A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A2C is #ADB5D3. Grayscale: #494949. Windows color (decimal): -11384276 or 2902610. OLE color: 2902610.

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

Color convert

RGB 82 74 44 -
CMYK 0 0.10 0.46 0.68
HSL 47.37º 0.3% 0.25% -
HSV(B) 47.37º 0.46% 0.32% -
XYZ 6.38 6.87 3.37 -
YUV 72.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 82 74 44 0 0.10 0.46 0.68 47.37 0.3 0.25
Hex 52 4A 2C 0 A 2E 44 2F 1E 19
Octal 122 112 54 0 12 56 104 57 36 31
Binary 1010010 1001010 101100 0 1010 101110 1000100 101111 11110 11001

Color Harmonies of #524A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A2C

Black with #524A2C

Text Example


Text Example

White with #524A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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