Html Css Color HEX #514745 Crater Brown

📋 copy color: '#514745'

red 81 ◦ green 71 ◦ blue 69

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

Shades of Crater Brown #514745

Tints of Crater Brown #514745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

 BLUE value IS 69 (27.34% from 255) = 31.22%

R = 36.65%
G = 32.13%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#514745 (or 0x514745) is known color: Crater Brown. HEX triplet: 51, 47 and 45. RGB value is (81,71,69). Sum of RGB (Red+Green+Blue) = 81+71+69=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514745 is #AEB8BA. Grayscale: #494949. Windows color (decimal): -11450555 or 4540241. OLE color: 4540241.

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

Color convert

RGB 81 71 69 -
CMYK 0 0.12 0.15 0.68
HSL 10º 0.08% 0.29% -
HSV(B) 10º 0.15% 0.32% -
XYZ 6.72 6.69 6.57 -
YUV 73.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 81 71 69 0 0.12 0.15 0.68 10 0.08 0.29
Hex 51 47 45 0 C F 44 A 8 1D
Octal 121 107 105 0 14 17 104 12 10 35
Binary 1010001 1000111 1000101 0 1100 1111 1000100 1010 1000 11101

Color Harmonies of #514745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514745

Black with #514745

Text Example


Text Example

White with #514745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514745; }

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

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

background-color css

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

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

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

border-color css

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

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

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