Html Css Color HEX #514443 Woody Brown

📋 copy color: '#514443'

red 81 ◦ green 68 ◦ blue 67

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

Shades of Woody Brown #514443

Tints of Woody Brown #514443

RGB

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

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

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

R = 37.5%
G = 31.48%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#514443 (or 0x514443) is known color: Woody Brown. HEX triplet: 51, 44 and 43. RGB value is (81,68,67). Sum of RGB (Red+Green+Blue) = 81+68+67=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #514443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514443 is #AEBBBC. Grayscale: #474747. Windows color (decimal): -11451325 or 4408401. OLE color: 4408401.

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

Color convert

RGB 81 68 67 -
CMYK 0 0.16 0.17 0.68
HSL 4.29º 0.09% 0.29% -
HSV(B) 4.29º 0.17% 0.32% -
XYZ 6.47 6.29 6.18 -
YUV 71.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 81 68 67 0 0.16 0.17 0.68 4.29 0.09 0.29
Hex 51 44 43 0 10 11 44 4 9 1D
Octal 121 104 103 0 20 21 104 4 11 35
Binary 1010001 1000100 1000011 0 10000 10001 1000100 100 1001 11101

Color Harmonies of #514443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514443

Black with #514443

Text Example


Text Example

White with #514443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514443; }

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

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

background-color css

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

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

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

border-color css

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

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

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