Html Css Color HEX #514945 Cork

📋 copy color: '#514945'

red 81 ◦ green 73 ◦ blue 69

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

Shades of Cork #514945

Tints of Cork #514945

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

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

R = 36.32%
G = 32.74%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#514945 (or 0x514945) is known color: Cork. HEX triplet: 51, 49 and 45. RGB value is (81,73,69). Sum of RGB (Red+Green+Blue) = 81+73+69=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 81 - color contains mainly: red. Hex color #514945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514945 is #AEB6BA. Grayscale: #4A4A4A. Windows color (decimal): -11450043 or 4540753. OLE color: 4540753.

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

Color convert

RGB 81 73 69 -
CMYK 0 0.10 0.15 0.68
HSL 20º 0.08% 0.29% -
HSV(B) 20º 0.15% 0.32% -
XYZ 6.85 6.94 6.61 -
YUV 74.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 81 73 69 0 0.10 0.15 0.68 20 0.08 0.29
Hex 51 49 45 0 A F 44 14 8 1D
Octal 121 111 105 0 12 17 104 24 10 35
Binary 1010001 1001001 1000101 0 1010 1111 1000100 10100 1000 11101

Color Harmonies of #514945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514945

Black with #514945

Text Example


Text Example

White with #514945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514945; }

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

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

background-color css

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

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

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

border-color css

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

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

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