Html Css Color HEX #893D4D Camelot

📋 copy color: '#893D4D'

red 137 ◦ green 61 ◦ blue 77

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

Shades of Camelot #893D4D

Tints of Camelot #893D4D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

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

R = 49.82%
G = 22.18%
B = 28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#893D4D (or 0x893D4D) is known color: Camelot. HEX triplet: 89, 3D and 4D. RGB value is (137,61,77). Sum of RGB (Red+Green+Blue) = 137+61+77=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #893D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893D4D is #76C2B2. Grayscale: #555555. Windows color (decimal): -7783091 or 5062025. OLE color: 5062025.

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

Color convert

RGB 137 61 77 -
CMYK 0 0.55 0.44 0.46
HSL 347.37º 0.38% 0.39% -
HSV(B) 347.37º 0.55% 0.54% -
XYZ 13.32 9.19 8.09 -
YUV 85.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 137 61 77 0 0.55 0.44 0.46 347.37 0.38 0.39
Hex 89 3D 4D 0 37 2C 2E 15B 26 27
Octal 211 75 115 0 67 54 56 533 46 47
Binary 10001001 111101 1001101 0 110111 101100 101110 101011011 100110 100111

Color Harmonies of #893D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D4D

Black with #893D4D

Text Example


Text Example

White with #893D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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