Html Css Color HEX #893D48 Camelot

📋 copy color: '#893D48'

red 137 ◦ green 61 ◦ blue 72

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

Shades of Camelot #893D48

Tints of Camelot #893D48

RGB

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

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

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

R = 50.74%
G = 22.59%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#893D48 (or 0x893D48) is known color: Camelot. HEX triplet: 89, 3D and 48. RGB value is (137,61,72). Sum of RGB (Red+Green+Blue) = 137+61+72=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #893D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D48 is #76C2B7. Grayscale: #555555. Windows color (decimal): -7783096 or 4734345. OLE color: 4734345.

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

Color convert

RGB 137 61 72 -
CMYK 0 0.55 0.47 0.46
HSL 351.32º 0.38% 0.39% -
HSV(B) 351.32º 0.55% 0.54% -
XYZ 13.15 9.12 7.2 -
YUV 84.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 137 61 72 0 0.55 0.47 0.46 351.32 0.38 0.39
Hex 89 3D 48 0 37 2F 2E 15F 26 27
Octal 211 75 110 0 67 57 56 537 46 47
Binary 10001001 111101 1001000 0 110111 101111 101110 101011111 100110 100111

Color Harmonies of #893D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D48

Black with #893D48

Text Example


Text Example

White with #893D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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