#7c5505

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

Shades of Raw Umber #7C5505

Tints of Raw Umber #7C5505

Color information

#7C5505 (or 0x7C5505) is unknown color: approx Raw Umber. HEX triplet: 7C, 55 and 05. RGB value is (124,85,5). Sum of RGB (Red+Green+Blue) = 124+85+5=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5505 is #83AAFA. Grayscale: #575757. Windows color (decimal): -8628987 or 349564. OLE color: 349564.

HSL color Cylindrical-coordinate representation of color #7C5505: hue angle of 40.34º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C5505 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB124855-
CMYK00.310.960.51
HSL40.34º92.25%25.29%-
HSV(B)40.34º95.97%48.63%-
XYZ11.5910.791.62-
YUV87.5481.42154-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.94%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 5 (2.34% from 255) = 2.34%
R=57.94%
G=39.72%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12485500.310.960.5140.3492.2525.29
Hex7C55501F6033285c19
Octal1741255037140635013431
Binary111110010101011010111111100000110011101000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c5505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,85,5); }

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

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

 a { background-color: rgb(124,85,5); }

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

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

 span { border-color: rgb(124,85,5); }

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