Html Css Color HEX #514A48 Saddle

📋 copy color: '#514A48'

red 81 ◦ green 74 ◦ blue 72

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

Shades of Saddle #514A48

Tints of Saddle #514A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 35.68%
G = 32.6%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#514A48 (or 0x514A48) is known color: Saddle. HEX triplet: 51, 4A and 48. RGB value is (81,74,72). Sum of RGB (Red+Green+Blue) = 81+74+72=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #514A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A48 is #AEB5B7. Grayscale: #4B4B4B. Windows color (decimal): -11449784 or 4737617. OLE color: 4737617.

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

Color convert

RGB 81 74 72 -
CMYK 0 0.09 0.11 0.68
HSL 13.33º 0.06% 0.3% -
HSV(B) 13.33º 0.11% 0.32% -
XYZ 7.01 7.11 7.13 -
YUV 75.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 81 74 72 0 0.09 0.11 0.68 13.33 0.06 0.3
Hex 51 4A 48 0 9 B 44 D 6 1E
Octal 121 112 110 0 11 13 104 15 6 36
Binary 1010001 1001010 1001000 0 1001 1011 1000100 1101 110 11110

Color Harmonies of #514A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A48

Black with #514A48

Text Example


Text Example

White with #514A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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