Html Css Color HEX #514845 Saddle

📋 copy color: '#514845'

red 81 ◦ green 72 ◦ blue 69

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

Shades of Saddle #514845

Tints of Saddle #514845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

 BLUE value IS 69 (27.34% from 255) = 31.08%

R = 36.49%
G = 32.43%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#514845 (or 0x514845) is known color: Saddle. HEX triplet: 51, 48 and 45. RGB value is (81,72,69). Sum of RGB (Red+Green+Blue) = 81+72+69=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #514845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514845 is #AEB7BA. Grayscale: #4A4A4A. Windows color (decimal): -11450299 or 4540497. OLE color: 4540497.

HSL color Cylindrical-coordinate representation of color #514845: hue angle of 15º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #514845 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 72 69 -
CMYK 0 0.11 0.15 0.68
HSL 15º 0.08% 0.29% -
HSV(B) 15º 0.15% 0.32% -
XYZ 6.78 6.81 6.59 -
YUV 74.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 81 72 69 0 0.11 0.15 0.68 15 0.08 0.29
Hex 51 48 45 0 B F 44 F 8 1D
Octal 121 110 105 0 13 17 104 17 10 35
Binary 1010001 1001000 1000101 0 1011 1111 1000100 1111 1000 11101

Color Harmonies of #514845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514845

Black with #514845

Text Example


Text Example

White with #514845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514845; }

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

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

background-color css

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

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

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

border-color css

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

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

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