Html Css Color HEX #893947 Camelot

📋 copy color: '#893947'

red 137 ◦ green 57 ◦ blue 71

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

Shades of Camelot #893947

Tints of Camelot #893947

RGB

 RED value IS 137 (53.91% from 255) = 51.7%

 GREEN value IS 57 (22.66% from 255) = 21.51%

 BLUE value IS 71 (28.13% from 255) = 26.79%

R = 51.7%
G = 21.51%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#893947 (or 0x893947) is known color: Camelot. HEX triplet: 89, 39 and 47. RGB value is (137,57,71). Sum of RGB (Red+Green+Blue) = 137+57+71=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #893947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893947 is #76C6B8. Grayscale: #525252. Windows color (decimal): -7784121 or 4667785. OLE color: 4667785.

HSL color Cylindrical-coordinate representation of color #893947: hue angle of 349.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893947 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 57 71 -
CMYK 0 0.58 0.48 0.46
HSL 349.5º 0.41% 0.38% -
HSV(B) 349.5º 0.58% 0.54% -
XYZ 12.92 8.7 6.96 -
YUV 82.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 137 57 71 0 0.58 0.48 0.46 349.5 0.41 0.38
Hex 89 39 47 0 3A 30 2E 15E 29 26
Octal 211 71 107 0 72 60 56 536 51 46
Binary 10001001 111001 1000111 0 111010 110000 101110 101011110 101001 100110

Color Harmonies of #893947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893947

Black with #893947

Text Example


Text Example

White with #893947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893947; }

 p { color: rgb(137,57,71); }

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

background-color css

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

 a { background-color: rgb(137,57,71); }

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

border-color css

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

 span { border-color: rgb(137,57,71); }

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