Html Css Color HEX #84404D Camelot

📋 copy color: '#84404D'

red 132 ◦ green 64 ◦ blue 77

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

Shades of Camelot #84404D

Tints of Camelot #84404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

 BLUE value IS 77 (30.47% from 255) = 28.21%

R = 48.35%
G = 23.44%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84404D (or 0x84404D) is known color: Camelot. HEX triplet: 84, 40 and 4D. RGB value is (132,64,77). Sum of RGB (Red+Green+Blue) = 132+64+77=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84404D is #7BBFB2. Grayscale: #555555. Windows color (decimal): -8110003 or 5062788. OLE color: 5062788.

HSL color Cylindrical-coordinate representation of color #84404D: hue angle of 348.53º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84404D is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 64 77 -
CMYK 0 0.52 0.42 0.48
HSL 348.53º 0.35% 0.38% -
HSV(B) 348.53º 0.52% 0.52% -
XYZ 12.69 9.11 8.11 -
YUV 85.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 132 64 77 0 0.52 0.42 0.48 348.53 0.35 0.38
Hex 84 40 4D 0 34 2A 30 15D 23 26
Octal 204 100 115 0 64 52 60 535 43 46
Binary 10000100 1000000 1001101 0 110100 101010 110000 101011101 100011 100110

Color Harmonies of #84404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84404D

Black with #84404D

Text Example


Text Example

White with #84404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84404D; }

 p { color: rgb(132,64,77); }

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

background-color css

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

 a { background-color: rgb(132,64,77); }

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

border-color css

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

 span { border-color: rgb(132,64,77); }

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