Html Css Color HEX #873745 Camelot

📋 copy color: '#873745'

red 135 ◦ green 55 ◦ blue 69

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

Shades of Camelot #873745

Tints of Camelot #873745

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.24%

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

R = 52.12%
G = 21.24%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#873745 (or 0x873745) is known color: Camelot. HEX triplet: 87, 37 and 45. RGB value is (135,55,69). Sum of RGB (Red+Green+Blue) = 135+55+69=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #873745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873745 is #78C8BA. Grayscale: #505050. Windows color (decimal): -7915707 or 4536199. OLE color: 4536199.

HSL color Cylindrical-coordinate representation of color #873745: hue angle of 349.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873745 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 55 69 -
CMYK 0 0.59 0.49 0.47
HSL 349.5º 0.42% 0.37% -
HSV(B) 349.5º 0.59% 0.53% -
XYZ 12.43 8.31 6.58 -
YUV 80.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 135 55 69 0 0.59 0.49 0.47 349.5 0.42 0.37
Hex 87 37 45 0 3B 31 2F 15E 2A 25
Octal 207 67 105 0 73 61 57 536 52 45
Binary 10000111 110111 1000101 0 111011 110001 101111 101011110 101010 100101

Color Harmonies of #873745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873745

Black with #873745

Text Example


Text Example

White with #873745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873745; }

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

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

background-color css

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

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

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

border-color css

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

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

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