Html Css Color HEX #893544 Camelot

📋 copy color: '#893544'

red 137 ◦ green 53 ◦ blue 68

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

Shades of Camelot #893544

Tints of Camelot #893544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

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

R = 53.1%
G = 20.54%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#893544 (or 0x893544) is known color: Camelot. HEX triplet: 89, 35 and 44. RGB value is (137,53,68). Sum of RGB (Red+Green+Blue) = 137+53+68=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #893544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893544 is #76CABB. Grayscale: #4F4F4F. Windows color (decimal): -7785148 or 4470153. OLE color: 4470153.

HSL color Cylindrical-coordinate representation of color #893544: hue angle of 349.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893544 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 53 68 -
CMYK 0 0.61 0.50 0.46
HSL 349.29º 0.44% 0.37% -
HSV(B) 349.29º 0.61% 0.54% -
XYZ 12.63 8.28 6.4 -
YUV 79.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 137 53 68 0 0.61 0.50 0.46 349.29 0.44 0.37
Hex 89 35 44 0 3D 32 2E 15D 2C 25
Octal 211 65 104 0 75 62 56 535 54 45
Binary 10001001 110101 1000100 0 111101 110010 101110 101011101 101100 100101

Color Harmonies of #893544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893544

Black with #893544

Text Example


Text Example

White with #893544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893544; }

 p { color: rgb(137,53,68); }

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

background-color css

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

 a { background-color: rgb(137,53,68); }

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

border-color css

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

 span { border-color: rgb(137,53,68); }

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