Html Css Color HEX #844355 Camelot

📋 copy color: '#844355'

red 132 ◦ green 67 ◦ blue 85

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

Shades of Camelot #844355

Tints of Camelot #844355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 46.48%
G = 23.59%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#844355 (or 0x844355) is known color: Camelot. HEX triplet: 84, 43 and 55. RGB value is (132,67,85). Sum of RGB (Red+Green+Blue) = 132+67+85=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #844355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844355 is #7BBCAA. Grayscale: #585858. Windows color (decimal): -8109227 or 5587844. OLE color: 5587844.

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

Color convert

RGB 132 67 85 -
CMYK 0 0.49 0.36 0.48
HSL 343.38º 0.33% 0.39% -
HSV(B) 343.38º 0.49% 0.52% -
XYZ 13.16 9.58 9.75 -
YUV 88.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 132 67 85 0 0.49 0.36 0.48 343.38 0.33 0.39
Hex 84 43 55 0 31 24 30 157 21 27
Octal 204 103 125 0 61 44 60 527 41 47
Binary 10000100 1000011 1010101 0 110001 100100 110000 101010111 100001 100111

Color Harmonies of #844355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844355

Black with #844355

Text Example


Text Example

White with #844355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844355; }

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

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

background-color css

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

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

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

border-color css

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

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

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