Html Css Color HEX #514A46 Cork

📋 copy color: '#514A46'

red 81 ◦ green 74 ◦ blue 70

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

Shades of Cork #514A46

Tints of Cork #514A46

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.89%

 BLUE value IS 70 (27.73% from 255) = 31.11%

R = 36%
G = 32.89%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#514A46 (or 0x514A46) is known color: Cork. HEX triplet: 51, 4A and 46. RGB value is (81,74,70). Sum of RGB (Red+Green+Blue) = 81+74+70=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #514A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A46 is #AEB5B9. Grayscale: #4B4B4B. Windows color (decimal): -11449786 or 4606545. OLE color: 4606545.

HSL color Cylindrical-coordinate representation of color #514A46: hue angle of 21.82º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #514A46 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 74 70 -
CMYK 0 0.09 0.14 0.68
HSL 21.82º 0.07% 0.3% -
HSV(B) 21.82º 0.14% 0.32% -
XYZ 6.95 7.09 6.8 -
YUV 75.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 81 74 70 0 0.09 0.14 0.68 21.82 0.07 0.3
Hex 51 4A 46 0 9 E 44 16 7 1E
Octal 121 112 106 0 11 16 104 26 7 36
Binary 1010001 1001010 1000110 0 1001 1110 1000100 10110 111 11110

Color Harmonies of #514A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A46

Black with #514A46

Text Example


Text Example

White with #514A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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