Html Css Color HEX #534C32 Thatch Green

📋 copy color: '#534C32'

red 83 ◦ green 76 ◦ blue 50

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

Shades of Thatch Green #534C32

Tints of Thatch Green #534C32

RGB

 RED value IS 83 (32.81% from 255) = 39.71%

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

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

R = 39.71%
G = 36.36%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#534C32 (or 0x534C32) is known color: Thatch Green. HEX triplet: 53, 4C and 32. RGB value is (83,76,50). Sum of RGB (Red+Green+Blue) = 83+76+50=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C32 is #ACB3CD. Grayscale: #4B4B4B. Windows color (decimal): -11318222 or 3296339. OLE color: 3296339.

HSL color Cylindrical-coordinate representation of color #534C32: hue angle of 47.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #534C32 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 76 50 -
CMYK 0 0.08 0.40 0.67
HSL 47.27º 0.25% 0.26% -
HSV(B) 47.27º 0.4% 0.33% -
XYZ 6.73 7.24 4.06 -
YUV 75.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 83 76 50 0 0.08 0.40 0.67 47.27 0.25 0.26
Hex 53 4C 32 0 8 28 43 2F 19 1A
Octal 123 114 62 0 10 50 103 57 31 32
Binary 1010011 1001100 110010 0 1000 101000 1000011 101111 11001 11010

Color Harmonies of #534C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C32

Black with #534C32

Text Example


Text Example

White with #534C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534C32; }

 p { color: rgb(83,76,50); }

 H1.HeaderClassName
 {
   color: #534C32;
 }
 .AnyTagClassName
 {
   color: #534C32;
 }
</style>

background-color css

<style>
 a { background-color: #534C32; }

 a { background-color: rgb(83,76,50); }

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

border-color css

<style>
 span { border-color: #534C32; }

 span { border-color: rgb(83,76,50); }

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