Html Css Color HEX #873D4D Camelot

📋 copy color: '#873D4D'

red 135 ◦ green 61 ◦ blue 77

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

Shades of Camelot #873D4D

Tints of Camelot #873D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.21%

R = 49.45%
G = 22.34%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#873D4D (or 0x873D4D) is known color: Camelot. HEX triplet: 87, 3D and 4D. RGB value is (135,61,77). Sum of RGB (Red+Green+Blue) = 135+61+77=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #873D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D4D is #78C2B2. Grayscale: #545454. Windows color (decimal): -7914163 or 5062023. OLE color: 5062023.

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

Color convert

RGB 135 61 77 -
CMYK 0 0.55 0.43 0.47
HSL 347.03º 0.38% 0.38% -
HSV(B) 347.03º 0.55% 0.53% -
XYZ 13 9.02 8.08 -
YUV 84.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 135 61 77 0 0.55 0.43 0.47 347.03 0.38 0.38
Hex 87 3D 4D 0 37 2B 2F 15B 26 26
Octal 207 75 115 0 67 53 57 533 46 46
Binary 10000111 111101 1001101 0 110111 101011 101111 101011011 100110 100110

Color Harmonies of #873D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D4D

Black with #873D4D

Text Example


Text Example

White with #873D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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