Html Css Color HEX #893545 Camelot

📋 copy color: '#893545'

red 137 ◦ green 53 ◦ blue 69

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

Shades of Camelot #893545

Tints of Camelot #893545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.64%

R = 52.9%
G = 20.46%
B = 26.64%

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

#893545 (or 0x893545) is known color: Camelot. HEX triplet: 89, 35 and 45. RGB value is (137,53,69). Sum of RGB (Red+Green+Blue) = 137+53+69=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #893545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893545 is #76CABA. Grayscale: #4F4F4F. Windows color (decimal): -7785147 or 4535689. OLE color: 4535689.

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

Color convert

RGB 137 53 69 -
CMYK 0 0.61 0.50 0.46
HSL 348.57º 0.44% 0.37% -
HSV(B) 348.57º 0.61% 0.54% -
XYZ 12.66 8.29 6.56 -
YUV 79.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 137 53 69 0 0.61 0.50 0.46 348.57 0.44 0.37
Hex 89 35 45 0 3D 32 2E 15D 2C 25
Octal 211 65 105 0 75 62 56 535 54 45
Binary 10001001 110101 1000101 0 111101 110010 101110 101011101 101100 100101

Color Harmonies of #893545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893545

Black with #893545

Text Example


Text Example

White with #893545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893545; }

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

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

background-color css

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

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

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

border-color css

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

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

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