Html Css Color HEX #514A2C Thatch Green

📋 copy color: '#514A2C'

red 81 ◦ green 74 ◦ blue 44

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

Shades of Thatch Green #514A2C

Tints of Thatch Green #514A2C

RGB

 RED value IS 81 (32.03% from 255) = 40.7%

 GREEN value IS 74 (29.3% from 255) = 37.19%

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

R = 40.7%
G = 37.19%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#514A2C (or 0x514A2C) is known color: Thatch Green. HEX triplet: 51, 4A and 2C. RGB value is (81,74,44). Sum of RGB (Red+Green+Blue) = 81+74+44=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #514A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A2C is #AEB5D3. Grayscale: #484848. Windows color (decimal): -11449812 or 2902609. OLE color: 2902609.

HSL color Cylindrical-coordinate representation of color #514A2C: hue angle of 48.65º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #514A2C is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 74 44 -
CMYK 0 0.09 0.46 0.68
HSL 48.65º 0.3% 0.25% -
HSV(B) 48.65º 0.46% 0.32% -
XYZ 6.3 6.83 3.37 -
YUV 72.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 81 74 44 0 0.09 0.46 0.68 48.65 0.3 0.25
Hex 51 4A 2C 0 9 2E 44 31 1E 19
Octal 121 112 54 0 11 56 104 61 36 31
Binary 1010001 1001010 101100 0 1001 101110 1000100 110001 11110 11001

Color Harmonies of #514A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A2C

Black with #514A2C

Text Example


Text Example

White with #514A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514A2C; }

 p { color: rgb(81,74,44); }

 H1.HeaderClassName
 {
   color: #514A2C;
 }
 .AnyTagClassName
 {
   color: #514A2C;
 }
</style>

background-color css

<style>
 a { background-color: #514A2C; }

 a { background-color: rgb(81,74,44); }

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

border-color css

<style>
 span { border-color: #514A2C; }

 span { border-color: rgb(81,74,44); }

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