Html Css Color HEX #514947 Crater Brown

📋 copy color: '#514947'

red 81 ◦ green 73 ◦ blue 71

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

Shades of Crater Brown #514947

Tints of Crater Brown #514947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.44%

 BLUE value IS 71 (28.13% from 255) = 31.56%

R = 36%
G = 32.44%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#514947 (or 0x514947) is known color: Crater Brown. HEX triplet: 51, 49 and 47. RGB value is (81,73,71). Sum of RGB (Red+Green+Blue) = 81+73+71=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #514947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514947 is #AEB6B8. Grayscale: #4B4B4B. Windows color (decimal): -11450041 or 4671825. OLE color: 4671825.

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

Color convert

RGB 81 73 71 -
CMYK 0 0.10 0.12 0.68
HSL 12º 0.07% 0.3% -
HSV(B) 12º 0.12% 0.32% -
XYZ 6.91 6.97 6.94 -
YUV 75.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 81 73 71 0 0.10 0.12 0.68 12 0.07 0.3
Hex 51 49 47 0 A C 44 C 7 1E
Octal 121 111 107 0 12 14 104 14 7 36
Binary 1010001 1001001 1000111 0 1010 1100 1000100 1100 111 11110

Color Harmonies of #514947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514947

Black with #514947

Text Example


Text Example

White with #514947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514947; }

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

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

background-color css

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

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

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

border-color css

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

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

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