Html Css Color HEX #514B31 Thatch Green

📋 copy color: '#514B31'

red 81 ◦ green 75 ◦ blue 49

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

Shades of Thatch Green #514B31

Tints of Thatch Green #514B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.59%

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

R = 39.51%
G = 36.59%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#514B31 (or 0x514B31) is known color: Thatch Green. HEX triplet: 51, 4B and 31. RGB value is (81,75,49). Sum of RGB (Red+Green+Blue) = 81+75+49=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #514B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B31 is #AEB4CE. Grayscale: #494949. Windows color (decimal): -11449551 or 3230545. OLE color: 3230545.

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

Color convert

RGB 81 75 49 -
CMYK 0 0.07 0.40 0.68
HSL 48.75º 0.25% 0.25% -
HSV(B) 48.75º 0.4% 0.32% -
XYZ 6.46 7 3.92 -
YUV 73.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 81 75 49 0 0.07 0.40 0.68 48.75 0.25 0.25
Hex 51 4B 31 0 7 28 44 31 19 19
Octal 121 113 61 0 7 50 104 61 31 31
Binary 1010001 1001011 110001 0 111 101000 1000100 110001 11001 11001

Color Harmonies of #514B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B31

Black with #514B31

Text Example


Text Example

White with #514B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,75,49); }

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

background-color css

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

 a { background-color: rgb(81,75,49); }

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

border-color css

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

 span { border-color: rgb(81,75,49); }

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