Html Css Color HEX #893C4D Camelot

📋 copy color: '#893C4D'

red 137 ◦ green 60 ◦ blue 77

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

Shades of Camelot #893C4D

Tints of Camelot #893C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.9%

 BLUE value IS 77 (30.47% from 255) = 28.1%

R = 50%
G = 21.9%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#893C4D (or 0x893C4D) is known color: Camelot. HEX triplet: 89, 3C and 4D. RGB value is (137,60,77). Sum of RGB (Red+Green+Blue) = 137+60+77=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #893C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C4D is #76C3B2. Grayscale: #545454. Windows color (decimal): -7783347 or 5061769. OLE color: 5061769.

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

Color convert

RGB 137 60 77 -
CMYK 0 0.56 0.44 0.46
HSL 346.75º 0.39% 0.39% -
HSV(B) 346.75º 0.56% 0.54% -
XYZ 13.27 9.09 8.08 -
YUV 84.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 137 60 77 0 0.56 0.44 0.46 346.75 0.39 0.39
Hex 89 3C 4D 0 38 2C 2E 15B 27 27
Octal 211 74 115 0 70 54 56 533 47 47
Binary 10001001 111100 1001101 0 111000 101100 101110 101011011 100111 100111

Color Harmonies of #893C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C4D

Black with #893C4D

Text Example


Text Example

White with #893C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893C4D; }

 p { color: rgb(137,60,77); }

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

background-color css

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

 a { background-color: rgb(137,60,77); }

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

border-color css

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

 span { border-color: rgb(137,60,77); }

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