Html Css Color HEX #514442 Crater Brown

📋 copy color: '#514442'

red 81 ◦ green 68 ◦ blue 66

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

Shades of Crater Brown #514442

Tints of Crater Brown #514442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.63%

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

R = 37.67%
G = 31.63%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#514442 (or 0x514442) is known color: Crater Brown. HEX triplet: 51, 44 and 42. RGB value is (81,68,66). Sum of RGB (Red+Green+Blue) = 81+68+66=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 81 - color contains mainly: red. Hex color #514442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514442 is #AEBBBD. Grayscale: #474747. Windows color (decimal): -11451326 or 4342865. OLE color: 4342865.

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

Color convert

RGB 81 68 66 -
CMYK 0 0.16 0.19 0.68
HSL 0.1% 0.29% -
HSV(B) 0.19% 0.32% -
XYZ 6.44 6.28 6.03 -
YUV 71.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 81 68 66 0 0.16 0.19 0.68 8 0.1 0.29
Hex 51 44 42 0 10 13 44 8 A 1D
Octal 121 104 102 0 20 23 104 10 12 35
Binary 1010001 1000100 1000010 0 10000 10011 1000100 1000 1010 11101

Color Harmonies of #514442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514442

Black with #514442

Text Example


Text Example

White with #514442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514442; }

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

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

background-color css

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

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

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

border-color css

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

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

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