Html Css Color HEX #514B32 Thatch Green

📋 copy color: '#514B32'

red 81 ◦ green 75 ◦ blue 50

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

Shades of Thatch Green #514B32

Tints of Thatch Green #514B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.27%

R = 39.32%
G = 36.41%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#514B32 (or 0x514B32) is known color: Thatch Green. HEX triplet: 51, 4B and 32. RGB value is (81,75,50). Sum of RGB (Red+Green+Blue) = 81+75+50=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #514B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B32 is #AEB4CD. Grayscale: #4A4A4A. Windows color (decimal): -11449550 or 3296081. OLE color: 3296081.

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

Color convert

RGB 81 75 50 -
CMYK 0 0.07 0.38 0.68
HSL 48.39º 0.24% 0.26% -
HSV(B) 48.39º 0.38% 0.32% -
XYZ 6.49 7.01 4.03 -
YUV 73.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 81 75 50 0 0.07 0.38 0.68 48.39 0.24 0.26
Hex 51 4B 32 0 7 26 44 30 18 1A
Octal 121 113 62 0 7 46 104 60 30 32
Binary 1010001 1001011 110010 0 111 100110 1000100 110000 11000 11010

Color Harmonies of #514B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B32

Black with #514B32

Text Example


Text Example

White with #514B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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