#7D4300

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

Shades of Raw Umber #7D4300

Tints of Raw Umber #7D4300

Color information

#7D4300 (or 0x7D4300) is unknown color: approx Raw Umber. HEX triplet: 7D, 43 and 00. RGB value is (125,67,0). Sum of RGB (Red+Green+Blue) = 125+67+0=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4300 is #82BCFF. Grayscale: #4D4D4D. Windows color (decimal): -8568064 or 17277. OLE color: 17277.

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

Color convert

RGB125670-
CMYK00.4610.51
HSL32.16º100%24.51%-
HSV(B)32.16º100%49.02%-
XYZ10.468.371.06-
YUV76.784.72162.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 65.10%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.10%
G=34.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12567000.4610.5132.1610024.51
Hex7D43002E6433206419
Octal1751030056144634014431
Binary11111011000011001011101100100110011100000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,67,0); }

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

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

 a { background-color: rgb(125,67,0); }

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

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

 span { border-color: rgb(125,67,0); }

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