Html Css Color HEX #844454 Camelot

📋 copy color: '#844454'

red 132 ◦ green 68 ◦ blue 84

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

Shades of Camelot #844454

Tints of Camelot #844454

RGB

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

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

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

R = 46.48%
G = 23.94%
B = 29.58%

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

#844454 (or 0x844454) is known color: Camelot. HEX triplet: 84, 44 and 54. RGB value is (132,68,84). Sum of RGB (Red+Green+Blue) = 132+68+84=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #844454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844454 is #7BBBAB. Grayscale: #585858. Windows color (decimal): -8108972 or 5522564. OLE color: 5522564.

HSL color Cylindrical-coordinate representation of color #844454: hue angle of 345º 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 #844454 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 68 84 -
CMYK 0 0.48 0.36 0.48
HSL 345º 0.32% 0.39% -
HSV(B) 345º 0.48% 0.52% -
XYZ 13.18 9.68 9.56 -
YUV 88.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 132 68 84 0 0.48 0.36 0.48 345 0.32 0.39
Hex 84 44 54 0 30 24 30 159 20 27
Octal 204 104 124 0 60 44 60 531 40 47
Binary 10000100 1000100 1010100 0 110000 100100 110000 101011001 100000 100111

Color Harmonies of #844454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844454

Black with #844454

Text Example


Text Example

White with #844454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844454; }

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

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

background-color css

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

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

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

border-color css

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

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

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