Html Css Color HEX #534F31 Thatch Green

📋 copy color: '#534F31'

red 83 ◦ green 79 ◦ blue 49

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

Shades of Thatch Green #534F31

Tints of Thatch Green #534F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 39.34%
G = 37.44%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#534F31 (or 0x534F31) is known color: Thatch Green. HEX triplet: 53, 4F and 31. RGB value is (83,79,49). Sum of RGB (Red+Green+Blue) = 83+79+49=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #534F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F31 is #ACB0CE. Grayscale: #4C4C4C. Windows color (decimal): -11317455 or 3231571. OLE color: 3231571.

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

Color convert

RGB 83 79 49 -
CMYK 0 0.05 0.41 0.67
HSL 52.94º 0.26% 0.26% -
HSV(B) 52.94º 0.41% 0.33% -
XYZ 6.92 7.65 4.02 -
YUV 76.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 83 79 49 0 0.05 0.41 0.67 52.94 0.26 0.26
Hex 53 4F 31 0 5 29 43 35 1A 1A
Octal 123 117 61 0 5 51 103 65 32 32
Binary 1010011 1001111 110001 0 101 101001 1000011 110101 11010 11010

Color Harmonies of #534F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F31

Black with #534F31

Text Example


Text Example

White with #534F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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