Html Css Color HEX #514646 Woody Brown

📋 copy color: '#514646'

red 81 ◦ green 70 ◦ blue 70

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

Shades of Woody Brown #514646

Tints of Woody Brown #514646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

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

R = 36.65%
G = 31.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#514646 (or 0x514646) is known color: Woody Brown. HEX triplet: 51, 46 and 46. RGB value is (81,70,70). Sum of RGB (Red+Green+Blue) = 81+70+70=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514646 is #AEB9B9. Grayscale: #494949. Windows color (decimal): -11450810 or 4605521. OLE color: 4605521.

HSL color Cylindrical-coordinate representation of color #514646: hue angle of 0º 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 #514646 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 70 -
CMYK 0 0.14 0.14 0.68
HSL 0.07% 0.3% -
HSV(B) 0.14% 0.32% -
XYZ 6.69 6.57 6.71 -
YUV 73.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 81 70 70 0 0.14 0.14 0.68 0 0.07 0.3
Hex 51 46 46 0 E E 44 0 7 1E
Octal 121 106 106 0 16 16 104 0 7 36
Binary 1010001 1000110 1000110 0 1110 1110 1000100 0 111 11110

Color Harmonies of #514646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514646

Black with #514646

Text Example


Text Example

White with #514646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514646; }

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

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

background-color css

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

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

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

border-color css

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

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

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