Html Css Color HEX #893245 Camelot

📋 copy color: '#893245'

red 137 ◦ green 50 ◦ blue 69

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

Shades of Camelot #893245

Tints of Camelot #893245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

 BLUE value IS 69 (27.34% from 255) = 26.95%

R = 53.52%
G = 19.53%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#893245 (or 0x893245) is known color: Camelot. HEX triplet: 89, 32 and 45. RGB value is (137,50,69). Sum of RGB (Red+Green+Blue) = 137+50+69=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #893245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893245 is #76CDBA. Grayscale: #4E4E4E. Windows color (decimal): -7785915 or 4534921. OLE color: 4534921.

HSL color Cylindrical-coordinate representation of color #893245: hue angle of 346.9º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893245 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 50 69 -
CMYK 0 0.64 0.50 0.46
HSL 346.9º 0.47% 0.37% -
HSV(B) 346.9º 0.64% 0.54% -
XYZ 12.53 8.03 6.52 -
YUV 78.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 137 50 69 0 0.64 0.50 0.46 346.9 0.47 0.37
Hex 89 32 45 0 40 32 2E 15B 2F 25
Octal 211 62 105 0 100 62 56 533 57 45
Binary 10001001 110010 1000101 0 1000000 110010 101110 101011011 101111 100101

Color Harmonies of #893245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893245

Black with #893245

Text Example


Text Example

White with #893245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893245; }

 p { color: rgb(137,50,69); }

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

background-color css

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

 a { background-color: rgb(137,50,69); }

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

border-color css

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

 span { border-color: rgb(137,50,69); }

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