#7C3436

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

Shades of Paprika #7C3436

Tints of Paprika #7C3436

Color information

#7C3436 (or 0x7C3436) is unknown color: approx Paprika. HEX triplet: 7C, 34 and 36. RGB value is (124,52,54). Sum of RGB (Red+Green+Blue) = 124+52+54=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3436 is #83CBC9. Grayscale: #494949. Windows color (decimal): -8637386 or 3552380. OLE color: 3552380.

HSL color Cylindrical-coordinate representation of color #7C3436: hue angle of 358.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C3436 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB1245254-
CMYK00.580.560.51
HSL358.33º40.91%34.51%-
HSV(B)358.33º58.06%48.63%-
XYZ10.217.014.3-
YUV73.76116.85163.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.91%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 54 (21.48% from 255) = 23.48%
R=53.91%
G=22.61%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124525400.580.560.51358.3340.9134.51
Hex7C343603A38331662923
Octal174646607270635465143
Binary11111001101001101100111010111000110011101100110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C3436; }

 p { color: rgb(124,52,54); }

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

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

 a { background-color: rgb(124,52,54); }

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

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

 span { border-color: rgb(124,52,54); }

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