Html Css Color HEX #514241 Woody Brown

📋 copy color: '#514241'

red 81 ◦ green 66 ◦ blue 65

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

Shades of Woody Brown #514241

Tints of Woody Brown #514241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.13%

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

R = 38.21%
G = 31.13%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#514241 (or 0x514241) is known color: Woody Brown. HEX triplet: 51, 42 and 41. RGB value is (81,66,65). Sum of RGB (Red+Green+Blue) = 81+66+65=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #514241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514241 is #AEBDBE. Grayscale: #464646. Windows color (decimal): -11451839 or 4276817. OLE color: 4276817.

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

Color convert

RGB 81 66 65 -
CMYK 0 0.19 0.20 0.68
HSL 3.75º 0.11% 0.29% -
HSV(B) 3.75º 0.2% 0.32% -
XYZ 6.3 6.03 5.83 -
YUV 70.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 81 66 65 0 0.19 0.20 0.68 3.75 0.11 0.29
Hex 51 42 41 0 13 14 44 4 B 1D
Octal 121 102 101 0 23 24 104 4 13 35
Binary 1010001 1000010 1000001 0 10011 10100 1000100 100 1011 11101

Color Harmonies of #514241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514241

Black with #514241

Text Example


Text Example

White with #514241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514241; }

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

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

background-color css

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

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

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

border-color css

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

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

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