Html Css Color HEX #844455 Camelot

📋 copy color: '#844455'

red 132 ◦ green 68 ◦ blue 85

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

Shades of Camelot #844455

Tints of Camelot #844455

RGB

 RED value IS 132 (51.95% from 255) = 46.32%

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

 BLUE value IS 85 (33.59% from 255) = 29.82%

R = 46.32%
G = 23.86%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#844455 (or 0x844455) is known color: Camelot. HEX triplet: 84, 44 and 55. RGB value is (132,68,85). Sum of RGB (Red+Green+Blue) = 132+68+85=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #844455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844455 is #7BBBAA. Grayscale: #595959. Windows color (decimal): -8108971 or 5588100. OLE color: 5588100.

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

Color convert

RGB 132 68 85 -
CMYK 0 0.48 0.36 0.48
HSL 344.06º 0.32% 0.39% -
HSV(B) 344.06º 0.48% 0.52% -
XYZ 13.22 9.7 9.77 -
YUV 89.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 132 68 85 0 0.48 0.36 0.48 344.06 0.32 0.39
Hex 84 44 55 0 30 24 30 158 20 27
Octal 204 104 125 0 60 44 60 530 40 47
Binary 10000100 1000100 1010101 0 110000 100100 110000 101011000 100000 100111

Color Harmonies of #844455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844455

Black with #844455

Text Example


Text Example

White with #844455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844455; }

 p { color: rgb(132,68,85); }

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

background-color css

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

 a { background-color: rgb(132,68,85); }

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

border-color css

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

 span { border-color: rgb(132,68,85); }

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