Html Css Color HEX #534F2C Thatch Green

📋 copy color: '#534F2C'

red 83 ◦ green 79 ◦ blue 44

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

Shades of Thatch Green #534F2C

Tints of Thatch Green #534F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.36%

R = 40.29%
G = 38.35%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#534F2C (or 0x534F2C) is known color: Thatch Green. HEX triplet: 53, 4F and 2C. RGB value is (83,79,44). Sum of RGB (Red+Green+Blue) = 83+79+44=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F2C is #ACB0D3. Grayscale: #4C4C4C. Windows color (decimal): -11317460 or 2903891. OLE color: 2903891.

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

Color convert

RGB 83 79 44 -
CMYK 0 0.05 0.47 0.67
HSL 53.85º 0.31% 0.25% -
HSV(B) 53.85º 0.47% 0.33% -
XYZ 6.82 7.61 3.49 -
YUV 76.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 83 79 44 0 0.05 0.47 0.67 53.85 0.31 0.25
Hex 53 4F 2C 0 5 2F 43 36 1F 19
Octal 123 117 54 0 5 57 103 66 37 31
Binary 1010011 1001111 101100 0 101 101111 1000011 110110 11111 11001

Color Harmonies of #534F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F2C

Black with #534F2C

Text Example


Text Example

White with #534F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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