Html Css Color HEX #534F32 Thatch Green

📋 copy color: '#534F32'

red 83 ◦ green 79 ◦ blue 50

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

Shades of Thatch Green #534F32

Tints of Thatch Green #534F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.26%

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

R = 39.15%
G = 37.26%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#534F32 (or 0x534F32) is known color: Thatch Green. HEX triplet: 53, 4F and 32. RGB value is (83,79,50). Sum of RGB (Red+Green+Blue) = 83+79+50=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #534F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F32 is #ACB0CD. Grayscale: #4D4D4D. Windows color (decimal): -11317454 or 3297107. OLE color: 3297107.

HSL color Cylindrical-coordinate representation of color #534F32: hue angle of 52.73º 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 #534F32 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 79 50 -
CMYK 0 0.05 0.40 0.67
HSL 52.73º 0.25% 0.26% -
HSV(B) 52.73º 0.4% 0.33% -
XYZ 6.94 7.66 4.13 -
YUV 76.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 83 79 50 0 0.05 0.40 0.67 52.73 0.25 0.26
Hex 53 4F 32 0 5 28 43 35 19 1A
Octal 123 117 62 0 5 50 103 65 31 32
Binary 1010011 1001111 110010 0 101 101000 1000011 110101 11001 11010

Color Harmonies of #534F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F32

Black with #534F32

Text Example


Text Example

White with #534F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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