Html Css Color HEX #84404A Camelot

📋 copy color: '#84404A'

red 132 ◦ green 64 ◦ blue 74

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

Shades of Camelot #84404A

Tints of Camelot #84404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.41%

R = 48.89%
G = 23.7%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84404A (or 0x84404A) is known color: Camelot. HEX triplet: 84, 40 and 4A. RGB value is (132,64,74). Sum of RGB (Red+Green+Blue) = 132+64+74=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #84404A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84404A is #7BBFB5. Grayscale: #555555. Windows color (decimal): -8110006 or 4866180. OLE color: 4866180.

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

Color convert

RGB 132 64 74 -
CMYK 0 0.52 0.44 0.48
HSL 351.18º 0.35% 0.38% -
HSV(B) 351.18º 0.52% 0.52% -
XYZ 12.59 9.07 7.57 -
YUV 85.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 132 64 74 0 0.52 0.44 0.48 351.18 0.35 0.38
Hex 84 40 4A 0 34 2C 30 15F 23 26
Octal 204 100 112 0 64 54 60 537 43 46
Binary 10000100 1000000 1001010 0 110100 101100 110000 101011111 100011 100110

Color Harmonies of #84404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84404A

Black with #84404A

Text Example


Text Example

White with #84404A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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