Html Css Color HEX #854452 Camelot

📋 copy color: '#854452'

red 133 ◦ green 68 ◦ blue 82

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

Shades of Camelot #854452

Tints of Camelot #854452

RGB

 RED value IS 133 (52.34% from 255) = 47%

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

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

R = 47%
G = 24.03%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#854452 (or 0x854452) is known color: Camelot. HEX triplet: 85, 44 and 52. RGB value is (133,68,82). Sum of RGB (Red+Green+Blue) = 133+68+82=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #854452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854452 is #7ABBAD. Grayscale: #595959. Windows color (decimal): -8043438 or 5391493. OLE color: 5391493.

HSL color Cylindrical-coordinate representation of color #854452: hue angle of 347.08º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854452 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 82 -
CMYK 0 0.49 0.38 0.48
HSL 347.08º 0.32% 0.39% -
HSV(B) 347.08º 0.49% 0.52% -
XYZ 13.26 9.73 9.16 -
YUV 89.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 133 68 82 0 0.49 0.38 0.48 347.08 0.32 0.39
Hex 85 44 52 0 31 26 30 15B 20 27
Octal 205 104 122 0 61 46 60 533 40 47
Binary 10000101 1000100 1010010 0 110001 100110 110000 101011011 100000 100111

Color Harmonies of #854452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854452

Black with #854452

Text Example


Text Example

White with #854452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854452; }

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

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

background-color css

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

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

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

border-color css

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

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

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