Html Css Color HEX #514141 Woody Brown

📋 copy color: '#514141'

red 81 ◦ green 65 ◦ blue 65

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

Shades of Woody Brown #514141

Tints of Woody Brown #514141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.81%

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 38.39%
G = 30.81%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#514141 (or 0x514141) is known color: Woody Brown. HEX triplet: 51, 41 and 41. RGB value is (81,65,65). Sum of RGB (Red+Green+Blue) = 81+65+65=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #514141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514141 is #AEBEBE. Grayscale: #454545. Windows color (decimal): -11452095 or 4276561. OLE color: 4276561.

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

Color convert

RGB 81 65 65 -
CMYK 0 0.20 0.20 0.68
HSL 0.11% 0.29% -
HSV(B) 0.2% 0.32% -
XYZ 6.24 5.91 5.81 -
YUV 69.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 81 65 65 0 0.20 0.20 0.68 0 0.11 0.29
Hex 51 41 41 0 14 14 44 0 B 1D
Octal 121 101 101 0 24 24 104 0 13 35
Binary 1010001 1000001 1000001 0 10100 10100 1000100 0 1011 11101

Color Harmonies of #514141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514141

Black with #514141

Text Example


Text Example

White with #514141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514141; }

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

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

background-color css

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

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

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

border-color css

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

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

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