#7C4136

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

Shades of Red Robin #7C4136

Tints of Red Robin #7C4136

Color information

#7C4136 (or 0x7C4136) is unknown color: approx Red Robin. HEX triplet: 7C, 41 and 36. RGB value is (124,65,54). Sum of RGB (Red+Green+Blue) = 124+65+54=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4136 is #83BEC9. Grayscale: #515151. Windows color (decimal): -8634058 or 3555708. OLE color: 3555708.

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

Color convert

RGB1246554-
CMYK00.480.560.51
HSL9.43º39.33%34.9%-
HSV(B)9.43º56.45%48.63%-
XYZ10.878.334.53-
YUV81.39112.55158.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.03%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 54 (21.48% from 255) = 22.22%
R=51.03%
G=26.75%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124655400.480.560.519.4339.3334.9
Hex7C4136030383392723
Octal174101660607063114743
Binary1111100100000111011001100001110001100111001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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