#7C4138

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

Shades of Red Robin #7C4138

Tints of Red Robin #7C4138

Color information

#7C4138 (or 0x7C4138) is unknown color: approx Red Robin. HEX triplet: 7C, 41 and 38. RGB value is (124,65,56). Sum of RGB (Red+Green+Blue) = 124+65+56=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4138 is #83BEC7. Grayscale: #515151. Windows color (decimal): -8634056 or 3686780. OLE color: 3686780.

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

Color convert

RGB1246556-
CMYK00.480.550.51
HSL7.94º37.78%35.29%-
HSV(B)7.94º54.84%48.63%-
XYZ10.928.354.78-
YUV81.61113.55158.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.61%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=50.61%
G=26.53%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124655600.480.550.517.9437.7835.29
Hex7C4138030373382623
Octal174101700606763104643
Binary1111100100000111100001100001101111100111000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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