Html Css Color HEX #893B46 Camelot

📋 copy color: '#893B46'

red 137 ◦ green 59 ◦ blue 70

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

Shades of Camelot #893B46

Tints of Camelot #893B46

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 51.5%
G = 22.18%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#893B46 (or 0x893B46) is known color: Camelot. HEX triplet: 89, 3B and 46. RGB value is (137,59,70). Sum of RGB (Red+Green+Blue) = 137+59+70=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #893B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B46 is #76C4B9. Grayscale: #535353. Windows color (decimal): -7783610 or 4602761. OLE color: 4602761.

HSL color Cylindrical-coordinate representation of color #893B46: hue angle of 351.54º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893B46 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 59 70 -
CMYK 0 0.57 0.49 0.46
HSL 351.54º 0.4% 0.38% -
HSV(B) 351.54º 0.57% 0.54% -
XYZ 12.99 8.89 6.83 -
YUV 83.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 137 59 70 0 0.57 0.49 0.46 351.54 0.4 0.38
Hex 89 3B 46 0 39 31 2E 160 28 26
Octal 211 73 106 0 71 61 56 540 50 46
Binary 10001001 111011 1000110 0 111001 110001 101110 101100000 101000 100110

Color Harmonies of #893B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893B46

Black with #893B46

Text Example


Text Example

White with #893B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,59,70); }

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

background-color css

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

 a { background-color: rgb(137,59,70); }

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

border-color css

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

 span { border-color: rgb(137,59,70); }

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