#7D480A

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

Shades of Raw Umber #7D480A

Tints of Raw Umber #7D480A

Color information

#7D480A (or 0x7D480A) is unknown color: approx Raw Umber. HEX triplet: 7D, 48 and 0A. RGB value is (125,72,10). Sum of RGB (Red+Green+Blue) = 125+72+10=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D480A is #82B7F5. Grayscale: #515151. Windows color (decimal): -8566774 or 673917. OLE color: 673917.

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

Color convert

RGB1257210-
CMYK00.420.920.51
HSL32.35º85.19%26.47%-
HSV(B)32.35º92%49.02%-
XYZ10.839.021.46-
YUV80.7888.06159.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.39%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 10 (4.30% from 255) = 4.83%
R=60.39%
G=34.78%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125721000.420.920.5132.3585.1926.47
Hex7D48A02A5C3320551a
Octal17511012052134634012532
Binary11111011001000101001010101011100110011100000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,72,10); }

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

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

 a { background-color: rgb(125,72,10); }

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

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

 span { border-color: rgb(125,72,10); }

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