Html Css Color HEX #514B46 Cork

📋 copy color: '#514B46'

red 81 ◦ green 75 ◦ blue 70

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

Shades of Cork #514B46

Tints of Cork #514B46

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.19%

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

R = 35.84%
G = 33.19%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#514B46 (or 0x514B46) is known color: Cork. HEX triplet: 51, 4B and 46. RGB value is (81,75,70). Sum of RGB (Red+Green+Blue) = 81+75+70=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #514B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B46 is #AEB4B9. Grayscale: #4C4C4C. Windows color (decimal): -11449530 or 4606801. OLE color: 4606801.

HSL color Cylindrical-coordinate representation of color #514B46: hue angle of 27.27º 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 #514B46 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 75 70 -
CMYK 0 0.07 0.14 0.68
HSL 27.27º 0.07% 0.3% -
HSV(B) 27.27º 0.14% 0.32% -
XYZ 7.01 7.22 6.82 -
YUV 76.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 81 75 70 0 0.07 0.14 0.68 27.27 0.07 0.3
Hex 51 4B 46 0 7 E 44 1B 7 1E
Octal 121 113 106 0 7 16 104 33 7 36
Binary 1010001 1001011 1000110 0 111 1110 1000100 11011 111 11110

Color Harmonies of #514B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B46

Black with #514B46

Text Example


Text Example

White with #514B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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