Html Css Color HEX #873948 Camelot

📋 copy color: '#873948'

red 135 ◦ green 57 ◦ blue 72

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

Shades of Camelot #873948

Tints of Camelot #873948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.59%

 BLUE value IS 72 (28.52% from 255) = 27.27%

R = 51.14%
G = 21.59%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#873948 (or 0x873948) is known color: Camelot. HEX triplet: 87, 39 and 48. RGB value is (135,57,72). Sum of RGB (Red+Green+Blue) = 135+57+72=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #873948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873948 is #78C6B7. Grayscale: #525252. Windows color (decimal): -7915192 or 4733319. OLE color: 4733319.

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

Color convert

RGB 135 57 72 -
CMYK 0 0.58 0.47 0.47
HSL 348.46º 0.41% 0.38% -
HSV(B) 348.46º 0.58% 0.53% -
XYZ 12.62 8.55 7.11 -
YUV 82.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 135 57 72 0 0.58 0.47 0.47 348.46 0.41 0.38
Hex 87 39 48 0 3A 2F 2F 15C 29 26
Octal 207 71 110 0 72 57 57 534 51 46
Binary 10000111 111001 1001000 0 111010 101111 101111 101011100 101001 100110

Color Harmonies of #873948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873948

Black with #873948

Text Example


Text Example

White with #873948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873948; }

 p { color: rgb(135,57,72); }

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

background-color css

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

 a { background-color: rgb(135,57,72); }

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

border-color css

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

 span { border-color: rgb(135,57,72); }

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