Html Css Color HEX #514644 Crater Brown

📋 copy color: '#514644'

red 81 ◦ green 70 ◦ blue 68

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

Shades of Crater Brown #514644

Tints of Crater Brown #514644

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

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

R = 36.99%
G = 31.96%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#514644 (or 0x514644) is known color: Crater Brown. HEX triplet: 51, 46 and 44. RGB value is (81,70,68). Sum of RGB (Red+Green+Blue) = 81+70+68=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514644 is #AEB9BB. Grayscale: #494949. Windows color (decimal): -11450812 or 4474449. OLE color: 4474449.

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

Color convert

RGB 81 70 68 -
CMYK 0 0.14 0.16 0.68
HSL 9.23º 0.09% 0.29% -
HSV(B) 9.23º 0.16% 0.32% -
XYZ 6.63 6.55 6.38 -
YUV 73.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 81 70 68 0 0.14 0.16 0.68 9.23 0.09 0.29
Hex 51 46 44 0 E 10 44 9 9 1D
Octal 121 106 104 0 16 20 104 11 11 35
Binary 1010001 1000110 1000100 0 1110 10000 1000100 1001 1001 11101

Color Harmonies of #514644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514644

Black with #514644

Text Example


Text Example

White with #514644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514644; }

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

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

background-color css

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

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

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

border-color css

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

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

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