Html Css Color HEX #524B32 Thatch Green

📋 copy color: '#524B32'

red 82 ◦ green 75 ◦ blue 50

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

Shades of Thatch Green #524B32

Tints of Thatch Green #524B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.23%

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

R = 39.61%
G = 36.23%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#524B32 (or 0x524B32) is known color: Thatch Green. HEX triplet: 52, 4B and 32. RGB value is (82,75,50). Sum of RGB (Red+Green+Blue) = 82+75+50=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #524B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B32 is #ADB4CD. Grayscale: #4A4A4A. Windows color (decimal): -11384014 or 3296082. OLE color: 3296082.

HSL color Cylindrical-coordinate representation of color #524B32: hue angle of 46.88º 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 #524B32 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 75 50 -
CMYK 0 0.09 0.39 0.68
HSL 46.88º 0.24% 0.26% -
HSV(B) 46.88º 0.39% 0.32% -
XYZ 6.57 7.06 4.03 -
YUV 74.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 82 75 50 0 0.09 0.39 0.68 46.88 0.24 0.26
Hex 52 4B 32 0 9 27 44 2F 18 1A
Octal 122 113 62 0 11 47 104 57 30 32
Binary 1010010 1001011 110010 0 1001 100111 1000100 101111 11000 11010

Color Harmonies of #524B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B32

Black with #524B32

Text Example


Text Example

White with #524B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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