Html Css Color HEX #514746 Woody Brown

📋 copy color: '#514746'

red 81 ◦ green 71 ◦ blue 70

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

Shades of Woody Brown #514746

Tints of Woody Brown #514746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.53%

R = 36.49%
G = 31.98%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#514746 (or 0x514746) is known color: Woody Brown. HEX triplet: 51, 47 and 46. RGB value is (81,71,70). Sum of RGB (Red+Green+Blue) = 81+71+70=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #514746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514746 is #AEB8B9. Grayscale: #494949. Windows color (decimal): -11450554 or 4605777. OLE color: 4605777.

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

Color convert

RGB 81 71 70 -
CMYK 0 0.12 0.14 0.68
HSL 5.45º 0.07% 0.3% -
HSV(B) 5.45º 0.14% 0.32% -
XYZ 6.75 6.7 6.73 -
YUV 73.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 81 71 70 0 0.12 0.14 0.68 5.45 0.07 0.3
Hex 51 47 46 0 C E 44 5 7 1E
Octal 121 107 106 0 14 16 104 5 7 36
Binary 1010001 1000111 1000110 0 1100 1110 1000100 101 111 11110

Color Harmonies of #514746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514746

Black with #514746

Text Example


Text Example

White with #514746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514746; }

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

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

background-color css

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

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

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

border-color css

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

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

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