Html Css Color HEX #874452 Camelot

📋 copy color: '#874452'

red 135 ◦ green 68 ◦ blue 82

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

Shades of Camelot #874452

Tints of Camelot #874452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 47.37%
G = 23.86%
B = 28.77%

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

#874452 (or 0x874452) is known color: Camelot. HEX triplet: 87, 44 and 52. RGB value is (135,68,82). Sum of RGB (Red+Green+Blue) = 135+68+82=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #874452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874452 is #78BBAD. Grayscale: #595959. Windows color (decimal): -7912366 or 5391495. OLE color: 5391495.

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

Color convert

RGB 135 68 82 -
CMYK 0 0.50 0.39 0.47
HSL 347.46º 0.33% 0.4% -
HSV(B) 347.46º 0.5% 0.53% -
XYZ 13.58 9.89 9.18 -
YUV 89.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 135 68 82 0 0.50 0.39 0.47 347.46 0.33 0.4
Hex 87 44 52 0 32 27 2F 15B 21 28
Octal 207 104 122 0 62 47 57 533 41 50
Binary 10000111 1000100 1010010 0 110010 100111 101111 101011011 100001 101000

Color Harmonies of #874452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874452

Black with #874452

Text Example


Text Example

White with #874452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874452; }

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

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

background-color css

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

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

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

border-color css

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

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

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