Html Css Color HEX #893542 Camelot

📋 copy color: '#893542'

red 137 ◦ green 53 ◦ blue 66

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

Shades of Camelot #893542

Tints of Camelot #893542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.78%

R = 53.52%
G = 20.7%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#893542 (or 0x893542) is known color: Camelot. HEX triplet: 89, 35 and 42. RGB value is (137,53,66). Sum of RGB (Red+Green+Blue) = 137+53+66=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #893542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893542 is #76CABD. Grayscale: #4F4F4F. Windows color (decimal): -7785150 or 4339081. OLE color: 4339081.

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

Color convert

RGB 137 53 66 -
CMYK 0 0.61 0.52 0.46
HSL 350.71º 0.44% 0.37% -
HSV(B) 350.71º 0.61% 0.54% -
XYZ 12.57 8.26 6.09 -
YUV 79.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 137 53 66 0 0.61 0.52 0.46 350.71 0.44 0.37
Hex 89 35 42 0 3D 34 2E 15F 2C 25
Octal 211 65 102 0 75 64 56 537 54 45
Binary 10001001 110101 1000010 0 111101 110100 101110 101011111 101100 100101

Color Harmonies of #893542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893542

Black with #893542

Text Example


Text Example

White with #893542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893542; }

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

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

background-color css

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

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

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

border-color css

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

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

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