Html Css Color HEX #514340 Crater Brown

📋 copy color: '#514340'

red 81 ◦ green 67 ◦ blue 64

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

Shades of Crater Brown #514340

Tints of Crater Brown #514340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.6%

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

R = 38.21%
G = 31.6%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#514340 (or 0x514340) is known color: Crater Brown. HEX triplet: 51, 43 and 40. RGB value is (81,67,64). Sum of RGB (Red+Green+Blue) = 81+67+64=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #514340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514340 is #AEBCBF. Grayscale: #464646. Windows color (decimal): -11451584 or 4211537. OLE color: 4211537.

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

Color convert

RGB 81 67 64 -
CMYK 0 0.17 0.21 0.68
HSL 10.59º 0.12% 0.28% -
HSV(B) 10.59º 0.21% 0.32% -
XYZ 6.33 6.13 5.7 -
YUV 70.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 81 67 64 0 0.17 0.21 0.68 10.59 0.12 0.28
Hex 51 43 40 0 11 15 44 B C 1C
Octal 121 103 100 0 21 25 104 13 14 34
Binary 1010001 1000011 1000000 0 10001 10101 1000100 1011 1100 11100

Color Harmonies of #514340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514340

Black with #514340

Text Example


Text Example

White with #514340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514340; }

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

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

background-color css

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

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

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

border-color css

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

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

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