Html Css Color HEX #514842 Cork

📋 copy color: '#514842'

red 81 ◦ green 72 ◦ blue 66

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

Shades of Cork #514842

Tints of Cork #514842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

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

R = 36.99%
G = 32.88%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#514842 (or 0x514842) is known color: Cork. HEX triplet: 51, 48 and 42. RGB value is (81,72,66). Sum of RGB (Red+Green+Blue) = 81+72+66=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514842 is #AEB7BD. Grayscale: #4A4A4A. Windows color (decimal): -11450302 or 4343889. OLE color: 4343889.

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

Color convert

RGB 81 72 66 -
CMYK 0 0.11 0.19 0.68
HSL 24º 0.1% 0.29% -
HSV(B) 24º 0.19% 0.32% -
XYZ 6.69 6.78 6.11 -
YUV 74.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 81 72 66 0 0.11 0.19 0.68 24 0.1 0.29
Hex 51 48 42 0 B 13 44 18 A 1D
Octal 121 110 102 0 13 23 104 30 12 35
Binary 1010001 1001000 1000010 0 1011 10011 1000100 11000 1010 11101

Color Harmonies of #514842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514842

Black with #514842

Text Example


Text Example

White with #514842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514842; }

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

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

background-color css

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

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

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

border-color css

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

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

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