Html Css Color HEX #514742 Cork

📋 copy color: '#514742'

red 81 ◦ green 71 ◦ blue 66

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

Shades of Cork #514742

Tints of Cork #514742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 37.16%
G = 32.57%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#514742 (or 0x514742) is known color: Cork. HEX triplet: 51, 47 and 42. RGB value is (81,71,66). Sum of RGB (Red+Green+Blue) = 81+71+66=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514742 is #AEB8BD. Grayscale: #494949. Windows color (decimal): -11450558 or 4343633. OLE color: 4343633.

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

Color convert

RGB 81 71 66 -
CMYK 0 0.12 0.19 0.68
HSL 20º 0.1% 0.29% -
HSV(B) 20º 0.19% 0.32% -
XYZ 6.63 6.65 6.09 -
YUV 73.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 81 71 66 0 0.12 0.19 0.68 20 0.1 0.29
Hex 51 47 42 0 C 13 44 14 A 1D
Octal 121 107 102 0 14 23 104 24 12 35
Binary 1010001 1000111 1000010 0 1100 10011 1000100 10100 1010 11101

Color Harmonies of #514742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514742

Black with #514742

Text Example


Text Example

White with #514742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514742; }

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

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

background-color css

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

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

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

border-color css

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

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

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