Html Css Color HEX #873D4E Camelot

📋 copy color: '#873D4E'

red 135 ◦ green 61 ◦ blue 78

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

Shades of Camelot #873D4E

Tints of Camelot #873D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.47%

R = 49.27%
G = 22.26%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#873D4E (or 0x873D4E) is known color: Camelot. HEX triplet: 87, 3D and 4E. RGB value is (135,61,78). Sum of RGB (Red+Green+Blue) = 135+61+78=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #873D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D4E is #78C2B1. Grayscale: #555555. Windows color (decimal): -7914162 or 5127559. OLE color: 5127559.

HSL color Cylindrical-coordinate representation of color #873D4E: hue angle of 346.22º 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 #873D4E is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 61 78 -
CMYK 0 0.55 0.42 0.47
HSL 346.22º 0.38% 0.38% -
HSV(B) 346.22º 0.55% 0.53% -
XYZ 13.04 9.04 8.27 -
YUV 85.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 135 61 78 0 0.55 0.42 0.47 346.22 0.38 0.38
Hex 87 3D 4E 0 37 2A 2F 15A 26 26
Octal 207 75 116 0 67 52 57 532 46 46
Binary 10000111 111101 1001110 0 110111 101010 101111 101011010 100110 100110

Color Harmonies of #873D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D4E

Black with #873D4E

Text Example


Text Example

White with #873D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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