Html Css Color HEX #514B33 Thatch Green

📋 copy color: '#514B33'

red 81 ◦ green 75 ◦ blue 51

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

Shades of Thatch Green #514B33

Tints of Thatch Green #514B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.64%

R = 39.13%
G = 36.23%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#514B33 (or 0x514B33) is known color: Thatch Green. HEX triplet: 51, 4B and 33. RGB value is (81,75,51). Sum of RGB (Red+Green+Blue) = 81+75+51=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #514B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B33 is #AEB4CC. Grayscale: #4A4A4A. Windows color (decimal): -11449549 or 3361617. OLE color: 3361617.

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

Color convert

RGB 81 75 51 -
CMYK 0 0.07 0.37 0.68
HSL 48º 0.23% 0.26% -
HSV(B) 48º 0.37% 0.32% -
XYZ 6.51 7.02 4.14 -
YUV 74.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 81 75 51 0 0.07 0.37 0.68 48 0.23 0.26
Hex 51 4B 33 0 7 25 44 30 17 1A
Octal 121 113 63 0 7 45 104 60 27 32
Binary 1010001 1001011 110011 0 111 100101 1000100 110000 10111 11010

Color Harmonies of #514B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B33

Black with #514B33

Text Example


Text Example

White with #514B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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