#84333C

Color #84333C Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #84333C

Tints of Paprika #84333C

Color information

#84333C (or 0x84333C) is unknown color: approx Paprika. HEX triplet: 84, 33 and 3C. RGB value is (132,51,60). Sum of RGB (Red+Green+Blue) = 132+51+60=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84333C is #7BCCC3. Grayscale: #4C4C4C. Windows color (decimal): -8113348 or 3945348. OLE color: 3945348.

HSL color Cylindrical-coordinate representation of color #84333C: hue angle of 353.33º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84333C is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1325160-
CMYK00.610.550.48
HSL353.33º44.26%35.88%-
HSV(B)353.33º61.36%51.76%-
XYZ11.527.65.13-
YUV76.24118.84167.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.32%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=54.32%
G=20.99%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132516000.610.550.48353.3344.2635.88
Hex84333C03D37301612c24
Octal204637407567605415444
Binary100001001100111111000111101110111110000101100001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84333C; }

 p { color: rgb(132,51,60); }

 H1.HeaderClassName
 {
   color: #84333C;
 }
 .AnyTagClassName
 {
   color: #84333C;
 }
</style>
background-color css

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

 a { background-color: rgb(132,51,60); }

 div.DivClassName
 {
   background-color: #84333C;
 }
 .BgClassName
 {
   background-color: #84333C;
 }
</style>
border-color css

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

 span { border-color: rgb(132,51,60); }

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