Html Css Color HEX #514743 Saddle

📋 copy color: '#514743'

red 81 ◦ green 71 ◦ blue 67

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

Shades of Saddle #514743

Tints of Saddle #514743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 67 (26.56% from 255) = 30.59%

R = 36.99%
G = 32.42%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#514743 (or 0x514743) is known color: Saddle. HEX triplet: 51, 47 and 43. RGB value is (81,71,67). Sum of RGB (Red+Green+Blue) = 81+71+67=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514743 is #AEB8BC. Grayscale: #494949. Windows color (decimal): -11450557 or 4409169. OLE color: 4409169.

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

Color convert

RGB 81 71 67 -
CMYK 0 0.12 0.17 0.68
HSL 17.14º 0.09% 0.29% -
HSV(B) 17.14º 0.17% 0.32% -
XYZ 6.66 6.66 6.24 -
YUV 73.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 81 71 67 0 0.12 0.17 0.68 17.14 0.09 0.29
Hex 51 47 43 0 C 11 44 11 9 1D
Octal 121 107 103 0 14 21 104 21 11 35
Binary 1010001 1000111 1000011 0 1100 10001 1000100 10001 1001 11101

Color Harmonies of #514743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514743

Black with #514743

Text Example


Text Example

White with #514743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514743; }

 p { color: rgb(81,71,67); }

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

background-color css

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

 a { background-color: rgb(81,71,67); }

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

border-color css

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

 span { border-color: rgb(81,71,67); }

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