Html Css Color HEX #534F2F Thatch Green

📋 copy color: '#534F2F'

red 83 ◦ green 79 ◦ blue 47

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

Shades of Thatch Green #534F2F

Tints of Thatch Green #534F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.49%

R = 39.71%
G = 37.8%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#534F2F (or 0x534F2F) is known color: Thatch Green. HEX triplet: 53, 4F and 2F. RGB value is (83,79,47). Sum of RGB (Red+Green+Blue) = 83+79+47=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F2F is #ACB0D0. Grayscale: #4C4C4C. Windows color (decimal): -11317457 or 3100499. OLE color: 3100499.

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

Color convert

RGB 83 79 47 -
CMYK 0 0.05 0.43 0.67
HSL 53.33º 0.28% 0.25% -
HSV(B) 53.33º 0.43% 0.33% -
XYZ 6.88 7.64 3.8 -
YUV 76.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 83 79 47 0 0.05 0.43 0.67 53.33 0.28 0.25
Hex 53 4F 2F 0 5 2B 43 35 1C 19
Octal 123 117 57 0 5 53 103 65 34 31
Binary 1010011 1001111 101111 0 101 101011 1000011 110101 11100 11001

Color Harmonies of #534F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F2F

Black with #534F2F

Text Example


Text Example

White with #534F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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