Html Css Color HEX #514343 Woody Brown

📋 copy color: '#514343'

red 81 ◦ green 67 ◦ blue 67

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

Shades of Woody Brown #514343

Tints of Woody Brown #514343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.16%

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

R = 37.67%
G = 31.16%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#514343 (or 0x514343) is known color: Woody Brown. HEX triplet: 51, 43 and 43. RGB value is (81,67,67). Sum of RGB (Red+Green+Blue) = 81+67+67=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 81 - color contains mainly: red. Hex color #514343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514343 is #AEBCBC. Grayscale: #474747. Windows color (decimal): -11451581 or 4408145. OLE color: 4408145.

HSL color Cylindrical-coordinate representation of color #514343: 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.17%. Process color model (Four color, CMYK) of #514343 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 67 67 -
CMYK 0 0.17 0.17 0.68
HSL 0.09% 0.29% -
HSV(B) 0.17% 0.32% -
XYZ 6.41 6.17 6.16 -
YUV 71.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 81 67 67 0 0.17 0.17 0.68 0 0.09 0.29
Hex 51 43 43 0 11 11 44 0 9 1D
Octal 121 103 103 0 21 21 104 0 11 35
Binary 1010001 1000011 1000011 0 10001 10001 1000100 0 1001 11101

Color Harmonies of #514343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514343

Black with #514343

Text Example


Text Example

White with #514343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514343; }

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

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

background-color css

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

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

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

border-color css

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

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

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