Html Css Color HEX #514844 Cork

📋 copy color: '#514844'

red 81 ◦ green 72 ◦ blue 68

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

Shades of Cork #514844

Tints of Cork #514844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.77%

R = 36.65%
G = 32.58%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#514844 (or 0x514844) is known color: Cork. HEX triplet: 51, 48 and 44. RGB value is (81,72,68). Sum of RGB (Red+Green+Blue) = 81+72+68=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514844 is #AEB7BB. Grayscale: #4A4A4A. Windows color (decimal): -11450300 or 4474961. OLE color: 4474961.

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

Color convert

RGB 81 72 68 -
CMYK 0 0.11 0.16 0.68
HSL 18.46º 0.09% 0.29% -
HSV(B) 18.46º 0.16% 0.32% -
XYZ 6.75 6.8 6.43 -
YUV 74.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 81 72 68 0 0.11 0.16 0.68 18.46 0.09 0.29
Hex 51 48 44 0 B 10 44 12 9 1D
Octal 121 110 104 0 13 20 104 22 11 35
Binary 1010001 1001000 1000100 0 1011 10000 1000100 10010 1001 11101

Color Harmonies of #514844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514844

Black with #514844

Text Example


Text Example

White with #514844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514844; }

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

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

background-color css

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

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

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

border-color css

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

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

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