#7D5517

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

Shades of Raw Umber #7D5517

Tints of Raw Umber #7D5517

Color information

#7D5517 (or 0x7D5517) is unknown color: approx Raw Umber. HEX triplet: 7D, 55 and 17. RGB value is (125,85,23). Sum of RGB (Red+Green+Blue) = 125+85+23=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5517 is #82AAE8. Grayscale: #5A5A5A. Windows color (decimal): -8563433 or 1529213. OLE color: 1529213.

HSL color Cylindrical-coordinate representation of color #7D5517: hue angle of 36.47º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D5517 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB1258523-
CMYK00.320.820.51
HSL36.47º68.92%29.02%-
HSV(B)36.47º81.6%49.02%-
XYZ11.8610.922.29-
YUV89.8990.25153.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.65%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 23 (9.38% from 255) = 9.87%
R=53.65%
G=36.48%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125852300.320.820.5136.4768.9229.02
Hex7D5517020523324451d
Octal17512527040122634410535
Binary111110110101011011101000001010010110011100100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,85,23); }

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

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

 a { background-color: rgb(125,85,23); }

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

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

 span { border-color: rgb(125,85,23); }

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