Html Css Color HEX #514444 Woody Brown

📋 copy color: '#514444'

red 81 ◦ green 68 ◦ blue 68

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

Shades of Woody Brown #514444

Tints of Woody Brown #514444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 37.33%
G = 31.34%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#514444 (or 0x514444) is known color: Woody Brown. HEX triplet: 51, 44 and 44. RGB value is (81,68,68). Sum of RGB (Red+Green+Blue) = 81+68+68=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #514444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514444 is #AEBBBB. Grayscale: #474747. Windows color (decimal): -11451324 or 4473937. OLE color: 4473937.

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

Color convert

RGB 81 68 68 -
CMYK 0 0.16 0.16 0.68
HSL 0.09% 0.29% -
HSV(B) 0.16% 0.32% -
XYZ 6.5 6.3 6.34 -
YUV 71.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 81 68 68 0 0.16 0.16 0.68 0 0.09 0.29
Hex 51 44 44 0 10 10 44 0 9 1D
Octal 121 104 104 0 20 20 104 0 11 35
Binary 1010001 1000100 1000100 0 10000 10000 1000100 0 1001 11101

Color Harmonies of #514444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514444

Black with #514444

Text Example


Text Example

White with #514444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514444; }

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

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

background-color css

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

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

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

border-color css

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

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

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