Html Css Color HEX #514645 Woody Brown

📋 copy color: '#514645'

red 81 ◦ green 70 ◦ blue 69

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

Shades of Woody Brown #514645

Tints of Woody Brown #514645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

 BLUE value IS 69 (27.34% from 255) = 31.36%

R = 36.82%
G = 31.82%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#514645 (or 0x514645) is known color: Woody Brown. HEX triplet: 51, 46 and 45. RGB value is (81,70,69). Sum of RGB (Red+Green+Blue) = 81+70+69=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514645 is #AEB9BA. Grayscale: #494949. Windows color (decimal): -11450811 or 4539985. OLE color: 4539985.

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

Color convert

RGB 81 70 69 -
CMYK 0 0.14 0.15 0.68
HSL 0.08% 0.29% -
HSV(B) 0.15% 0.32% -
XYZ 6.66 6.56 6.55 -
YUV 73.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 81 70 69 0 0.14 0.15 0.68 5 0.08 0.29
Hex 51 46 45 0 E F 44 5 8 1D
Octal 121 106 105 0 16 17 104 5 10 35
Binary 1010001 1000110 1000101 0 1110 1111 1000100 101 1000 11101

Color Harmonies of #514645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514645

Black with #514645

Text Example


Text Example

White with #514645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514645; }

 p { color: rgb(81,70,69); }

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

background-color css

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

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

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

border-color css

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

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

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