Html Css Color HEX #893548 Camelot

📋 copy color: '#893548'

red 137 ◦ green 53 ◦ blue 72

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

Shades of Camelot #893548

Tints of Camelot #893548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 52.29%
G = 20.23%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#893548 (or 0x893548) is known color: Camelot. HEX triplet: 89, 35 and 48. RGB value is (137,53,72). Sum of RGB (Red+Green+Blue) = 137+53+72=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #893548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893548 is #76CAB7. Grayscale: #505050. Windows color (decimal): -7785144 or 4732297. OLE color: 4732297.

HSL color Cylindrical-coordinate representation of color #893548: hue angle of 346.43º 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 #893548 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 53 72 -
CMYK 0 0.61 0.47 0.46
HSL 346.43º 0.44% 0.37% -
HSV(B) 346.43º 0.61% 0.54% -
XYZ 12.76 8.33 7.07 -
YUV 80.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 137 53 72 0 0.61 0.47 0.46 346.43 0.44 0.37
Hex 89 35 48 0 3D 2F 2E 15A 2C 25
Octal 211 65 110 0 75 57 56 532 54 45
Binary 10001001 110101 1001000 0 111101 101111 101110 101011010 101100 100101

Color Harmonies of #893548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893548

Black with #893548

Text Example


Text Example

White with #893548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893548; }

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

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

background-color css

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

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

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

border-color css

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

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

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