Html Css Color HEX #804956 Camelot

📋 copy color: '#804956'

red 128 ◦ green 73 ◦ blue 86

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

Shades of Camelot #804956

Tints of Camelot #804956

RGB

 RED value IS 128 (50.39% from 255) = 44.6%

 GREEN value IS 73 (28.91% from 255) = 25.44%

 BLUE value IS 86 (33.98% from 255) = 29.97%

R = 44.6%
G = 25.44%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#804956 (or 0x804956) is known color: Camelot. HEX triplet: 80, 49 and 56. RGB value is (128,73,86). Sum of RGB (Red+Green+Blue) = 128+73+86=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #804956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804956 is #7FB6A9. Grayscale: #5A5A5A. Windows color (decimal): -8369834 or 5654912. OLE color: 5654912.

HSL color Cylindrical-coordinate representation of color #804956: hue angle of 345.82º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #804956 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 86 -
CMYK 0 0.43 0.33 0.50
HSL 345.82º 0.27% 0.39% -
HSV(B) 345.82º 0.43% 0.5% -
XYZ 12.96 10.03 10.06 -
YUV 90.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 128 73 86 0 0.43 0.33 0.50 345.82 0.27 0.39
Hex 80 49 56 0 2B 21 32 15A 1B 27
Octal 200 111 126 0 53 41 62 532 33 47
Binary 10000000 1001001 1010110 0 101011 100001 110010 101011010 11011 100111

Color Harmonies of #804956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804956

Black with #804956

Text Example


Text Example

White with #804956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804956; }

 p { color: rgb(128,73,86); }

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

background-color css

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

 a { background-color: rgb(128,73,86); }

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

border-color css

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

 span { border-color: rgb(128,73,86); }

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