Html Css Color HEX #803C47 Camelot

📋 copy color: '#803C47'

red 128 ◦ green 60 ◦ blue 71

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

Shades of Camelot #803C47

Tints of Camelot #803C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.17%

 BLUE value IS 71 (28.13% from 255) = 27.41%

R = 49.42%
G = 23.17%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#803C47 (or 0x803C47) is known color: Camelot. HEX triplet: 80, 3C and 47. RGB value is (128,60,71). Sum of RGB (Red+Green+Blue) = 128+60+71=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #803C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C47 is #7FC3B8. Grayscale: #515151. Windows color (decimal): -8373177 or 4668544. OLE color: 4668544.

HSL color Cylindrical-coordinate representation of color #803C47: hue angle of 350.29º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #803C47 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 60 71 -
CMYK 0 0.53 0.45 0.50
HSL 350.29º 0.36% 0.37% -
HSV(B) 350.29º 0.53% 0.5% -
XYZ 11.66 8.28 6.94 -
YUV 81.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 128 60 71 0 0.53 0.45 0.50 350.29 0.36 0.37
Hex 80 3C 47 0 35 2D 32 15E 24 25
Octal 200 74 107 0 65 55 62 536 44 45
Binary 10000000 111100 1000111 0 110101 101101 110010 101011110 100100 100101

Color Harmonies of #803C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C47

Black with #803C47

Text Example


Text Example

White with #803C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803C47; }

 p { color: rgb(128,60,71); }

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

background-color css

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

 a { background-color: rgb(128,60,71); }

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

border-color css

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

 span { border-color: rgb(128,60,71); }

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