Html Css Color HEX #874453 Camelot

📋 copy color: '#874453'

red 135 ◦ green 68 ◦ blue 83

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

Shades of Camelot #874453

Tints of Camelot #874453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

 BLUE value IS 83 (32.81% from 255) = 29.02%

R = 47.2%
G = 23.78%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#874453 (or 0x874453) is known color: Camelot. HEX triplet: 87, 44 and 53. RGB value is (135,68,83). Sum of RGB (Red+Green+Blue) = 135+68+83=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #874453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874453 is #78BBAC. Grayscale: #595959. Windows color (decimal): -7912365 or 5457031. OLE color: 5457031.

HSL color Cylindrical-coordinate representation of color #874453: hue angle of 346.57º degrees, saturation: 0.33, 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 #874453 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 68 83 -
CMYK 0 0.50 0.39 0.47
HSL 346.57º 0.33% 0.4% -
HSV(B) 346.57º 0.5% 0.53% -
XYZ 13.62 9.91 9.38 -
YUV 89.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 135 68 83 0 0.50 0.39 0.47 346.57 0.33 0.4
Hex 87 44 53 0 32 27 2F 15B 21 28
Octal 207 104 123 0 62 47 57 533 41 50
Binary 10000111 1000100 1010011 0 110010 100111 101111 101011011 100001 101000

Color Harmonies of #874453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874453

Black with #874453

Text Example


Text Example

White with #874453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874453; }

 p { color: rgb(135,68,83); }

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

background-color css

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

 a { background-color: rgb(135,68,83); }

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

border-color css

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

 span { border-color: rgb(135,68,83); }

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