Html Css Color HEX #514140 Crater Brown

📋 copy color: '#514140'

red 81 ◦ green 65 ◦ blue 64

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

Shades of Crater Brown #514140

Tints of Crater Brown #514140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

 BLUE value IS 64 (25.39% from 255) = 30.48%

R = 38.57%
G = 30.95%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#514140 (or 0x514140) is known color: Crater Brown. HEX triplet: 51, 41 and 40. RGB value is (81,65,64). Sum of RGB (Red+Green+Blue) = 81+65+64=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #514140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514140 is #AEBEBF. Grayscale: #454545. Windows color (decimal): -11452096 or 4211025. OLE color: 4211025.

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

Color convert

RGB 81 65 64 -
CMYK 0 0.20 0.21 0.68
HSL 3.53º 0.12% 0.28% -
HSV(B) 3.53º 0.21% 0.32% -
XYZ 6.21 5.9 5.66 -
YUV 69.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 81 65 64 0 0.20 0.21 0.68 3.53 0.12 0.28
Hex 51 41 40 0 14 15 44 4 C 1C
Octal 121 101 100 0 24 25 104 4 14 34
Binary 1010001 1000001 1000000 0 10100 10101 1000100 100 1100 11100

Color Harmonies of #514140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514140

Black with #514140

Text Example


Text Example

White with #514140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514140; }

 p { color: rgb(81,65,64); }

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

background-color css

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

 a { background-color: rgb(81,65,64); }

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

border-color css

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

 span { border-color: rgb(81,65,64); }

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