Html Css Color HEX #873D4A Camelot

📋 copy color: '#873D4A'

red 135 ◦ green 61 ◦ blue 74

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

Shades of Camelot #873D4A

Tints of Camelot #873D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.41%

R = 50%
G = 22.59%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#873D4A (or 0x873D4A) is known color: Camelot. HEX triplet: 87, 3D and 4A. RGB value is (135,61,74). Sum of RGB (Red+Green+Blue) = 135+61+74=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #873D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D4A is #78C2B5. Grayscale: #545454. Windows color (decimal): -7914166 or 4865415. OLE color: 4865415.

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

Color convert

RGB 135 61 74 -
CMYK 0 0.55 0.45 0.47
HSL 349.46º 0.38% 0.38% -
HSV(B) 349.46º 0.55% 0.53% -
XYZ 12.9 8.98 7.53 -
YUV 84.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 135 61 74 0 0.55 0.45 0.47 349.46 0.38 0.38
Hex 87 3D 4A 0 37 2D 2F 15D 26 26
Octal 207 75 112 0 67 55 57 535 46 46
Binary 10000111 111101 1001010 0 110111 101101 101111 101011101 100110 100110

Color Harmonies of #873D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D4A

Black with #873D4A

Text Example


Text Example

White with #873D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,61,74); }

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

background-color css

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

 a { background-color: rgb(135,61,74); }

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

border-color css

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

 span { border-color: rgb(135,61,74); }

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