Html Css Color HEX #524C33 Thatch Green

📋 copy color: '#524C33'

red 82 ◦ green 76 ◦ blue 51

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

Shades of Thatch Green #524C33

Tints of Thatch Green #524C33

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

 BLUE value IS 51 (20.31% from 255) = 24.4%

R = 39.23%
G = 36.36%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#524C33 (or 0x524C33) is known color: Thatch Green. HEX triplet: 52, 4C and 33. RGB value is (82,76,51). Sum of RGB (Red+Green+Blue) = 82+76+51=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #524C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C33 is #ADB3CC. Grayscale: #4B4B4B. Windows color (decimal): -11383757 or 3361874. OLE color: 3361874.

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

Color convert

RGB 82 76 51 -
CMYK 0 0.07 0.38 0.68
HSL 48.39º 0.23% 0.26% -
HSV(B) 48.39º 0.38% 0.32% -
XYZ 6.66 7.2 4.17 -
YUV 74.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 82 76 51 0 0.07 0.38 0.68 48.39 0.23 0.26
Hex 52 4C 33 0 7 26 44 30 17 1A
Octal 122 114 63 0 7 46 104 60 27 32
Binary 1010010 1001100 110011 0 111 100110 1000100 110000 10111 11010

Color Harmonies of #524C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C33

Black with #524C33

Text Example


Text Example

White with #524C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,76,51); }

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

background-color css

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

 a { background-color: rgb(82,76,51); }

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

border-color css

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

 span { border-color: rgb(82,76,51); }

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