Html Css Color HEX #514843 Cork

📋 copy color: '#514843'

red 81 ◦ green 72 ◦ blue 67

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

Shades of Cork #514843

Tints of Cork #514843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.45%

R = 36.82%
G = 32.73%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#514843 (or 0x514843) is known color: Cork. HEX triplet: 51, 48 and 43. RGB value is (81,72,67). Sum of RGB (Red+Green+Blue) = 81+72+67=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514843 is #AEB7BC. Grayscale: #4A4A4A. Windows color (decimal): -11450301 or 4409425. OLE color: 4409425.

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

Color convert

RGB 81 72 67 -
CMYK 0 0.11 0.17 0.68
HSL 21.43º 0.09% 0.29% -
HSV(B) 21.43º 0.17% 0.32% -
XYZ 6.72 6.79 6.27 -
YUV 74.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 81 72 67 0 0.11 0.17 0.68 21.43 0.09 0.29
Hex 51 48 43 0 B 11 44 15 9 1D
Octal 121 110 103 0 13 21 104 25 11 35
Binary 1010001 1001000 1000011 0 1011 10001 1000100 10101 1001 11101

Color Harmonies of #514843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514843

Black with #514843

Text Example


Text Example

White with #514843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514843; }

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

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

background-color css

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

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

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

border-color css

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

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

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