#7C4137

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

Shades of Red Robin #7C4137

Tints of Red Robin #7C4137

Color information

#7C4137 (or 0x7C4137) is unknown color: approx Red Robin. HEX triplet: 7C, 41 and 37. RGB value is (124,65,55). Sum of RGB (Red+Green+Blue) = 124+65+55=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4137 is #83BEC8. Grayscale: #515151. Windows color (decimal): -8634057 or 3621244. OLE color: 3621244.

HSL color Cylindrical-coordinate representation of color #7C4137: hue angle of 8.7º 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 #7C4137 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB1246555-
CMYK00.480.560.51
HSL8.7º38.55%35.1%-
HSV(B)8.7º55.65%48.63%-
XYZ10.898.344.65-
YUV81.5113.05158.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.82%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 55 (21.88% from 255) = 22.54%
R=50.82%
G=26.64%
B=22.54%

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
Decimal124655500.480.560.518.738.5535.1
Hex7C4137030383392723
Octal174101670607063114743
Binary1111100100000111011101100001110001100111001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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