Html Css Color HEX #873A45 Camelot

📋 copy color: '#873A45'

red 135 ◦ green 58 ◦ blue 69

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

Shades of Camelot #873A45

Tints of Camelot #873A45

RGB

 RED value IS 135 (53.13% from 255) = 51.53%

 GREEN value IS 58 (23.05% from 255) = 22.14%

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

R = 51.53%
G = 22.14%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#873A45 (or 0x873A45) is known color: Camelot. HEX triplet: 87, 3A and 45. RGB value is (135,58,69). Sum of RGB (Red+Green+Blue) = 135+58+69=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #873A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A45 is #78C5BA. Grayscale: #525252. Windows color (decimal): -7914939 or 4536967. OLE color: 4536967.

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

Color convert

RGB 135 58 69 -
CMYK 0 0.57 0.49 0.47
HSL 351.43º 0.4% 0.38% -
HSV(B) 351.43º 0.57% 0.53% -
XYZ 12.58 8.61 6.63 -
YUV 82.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 135 58 69 0 0.57 0.49 0.47 351.43 0.4 0.38
Hex 87 3A 45 0 39 31 2F 15F 28 26
Octal 207 72 105 0 71 61 57 537 50 46
Binary 10000111 111010 1000101 0 111001 110001 101111 101011111 101000 100110

Color Harmonies of #873A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A45

Black with #873A45

Text Example


Text Example

White with #873A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873A45; }

 p { color: rgb(135,58,69); }

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

background-color css

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

 a { background-color: rgb(135,58,69); }

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

border-color css

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

 span { border-color: rgb(135,58,69); }

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