Html Css Color HEX #514744 Crater Brown

📋 copy color: '#514744'

red 81 ◦ green 71 ◦ blue 68

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

Shades of Crater Brown #514744

Tints of Crater Brown #514744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.91%

R = 36.82%
G = 32.27%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#514744 (or 0x514744) is known color: Crater Brown. HEX triplet: 51, 47 and 44. RGB value is (81,71,68). Sum of RGB (Red+Green+Blue) = 81+71+68=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514744 is #AEB8BB. Grayscale: #494949. Windows color (decimal): -11450556 or 4474705. OLE color: 4474705.

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

Color convert

RGB 81 71 68 -
CMYK 0 0.12 0.16 0.68
HSL 13.85º 0.09% 0.29% -
HSV(B) 13.85º 0.16% 0.32% -
XYZ 6.69 6.67 6.4 -
YUV 73.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 81 71 68 0 0.12 0.16 0.68 13.85 0.09 0.29
Hex 51 47 44 0 C 10 44 E 9 1D
Octal 121 107 104 0 14 20 104 16 11 35
Binary 1010001 1000111 1000100 0 1100 10000 1000100 1110 1001 11101

Color Harmonies of #514744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514744

Black with #514744

Text Example


Text Example

White with #514744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514744; }

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

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

background-color css

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

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

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

border-color css

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

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

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