#7C4305

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

Shades of Raw Umber #7C4305

Tints of Raw Umber #7C4305

Color information

#7C4305 (or 0x7C4305) is unknown color: approx Raw Umber. HEX triplet: 7C, 43 and 05. RGB value is (124,67,5). Sum of RGB (Red+Green+Blue) = 124+67+5=196 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.27% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4305 is #83BCFA. Grayscale: #4D4D4D. Windows color (decimal): -8633595 or 344956. OLE color: 344956.

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

Color convert

RGB124675-
CMYK00.460.960.51
HSL31.26º92.25%25.29%-
HSV(B)31.26º95.97%48.63%-
XYZ10.358.311.2-
YUV76.9787.38161.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 63.27%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 5 (2.34% from 255) = 2.55%
R=63.27%
G=34.18%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12467500.460.960.5131.2692.2525.29
Hex7C43502E60331f5c19
Octal1741035056140633713431
Binary111110010000111010101110110000011001111111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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