Html Css Color HEX #874354 Camelot

📋 copy color: '#874354'

red 135 ◦ green 67 ◦ blue 84

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

Shades of Camelot #874354

Tints of Camelot #874354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.43%

 BLUE value IS 84 (33.2% from 255) = 29.37%

R = 47.2%
G = 23.43%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#874354 (or 0x874354) is known color: Camelot. HEX triplet: 87, 43 and 54. RGB value is (135,67,84). Sum of RGB (Red+Green+Blue) = 135+67+84=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #874354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874354 is #78BCAB. Grayscale: #595959. Windows color (decimal): -7912620 or 5522311. OLE color: 5522311.

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

Color convert

RGB 135 67 84 -
CMYK 0 0.50 0.38 0.47
HSL 345º 0.34% 0.4% -
HSV(B) 345º 0.5% 0.53% -
XYZ 13.6 9.81 9.56 -
YUV 89.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 135 67 84 0 0.50 0.38 0.47 345 0.34 0.4
Hex 87 43 54 0 32 26 2F 159 22 28
Octal 207 103 124 0 62 46 57 531 42 50
Binary 10000111 1000011 1010100 0 110010 100110 101111 101011001 100010 101000

Color Harmonies of #874354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874354

Black with #874354

Text Example


Text Example

White with #874354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874354; }

 p { color: rgb(135,67,84); }

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

background-color css

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

 a { background-color: rgb(135,67,84); }

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

border-color css

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

 span { border-color: rgb(135,67,84); }

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