Html Css Color HEX #514643 Crater Brown

📋 copy color: '#514643'

red 81 ◦ green 70 ◦ blue 67

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

Shades of Crater Brown #514643

Tints of Crater Brown #514643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.73%

R = 37.16%
G = 32.11%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#514643 (or 0x514643) is known color: Crater Brown. HEX triplet: 51, 46 and 43. RGB value is (81,70,67). Sum of RGB (Red+Green+Blue) = 81+70+67=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514643 is #AEB9BC. Grayscale: #484848. Windows color (decimal): -11450813 or 4408913. OLE color: 4408913.

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

Color convert

RGB 81 70 67 -
CMYK 0 0.14 0.17 0.68
HSL 12.86º 0.09% 0.29% -
HSV(B) 12.86º 0.17% 0.32% -
XYZ 6.6 6.53 6.22 -
YUV 72.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 81 70 67 0 0.14 0.17 0.68 12.86 0.09 0.29
Hex 51 46 43 0 E 11 44 D 9 1D
Octal 121 106 103 0 16 21 104 15 11 35
Binary 1010001 1000110 1000011 0 1110 10001 1000100 1101 1001 11101

Color Harmonies of #514643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514643

Black with #514643

Text Example


Text Example

White with #514643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514643; }

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

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

background-color css

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

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

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

border-color css

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

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

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