#7D580F

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

Shades of Raw Umber #7D580F

Tints of Raw Umber #7D580F

Color information

#7D580F (or 0x7D580F) is unknown color: approx Raw Umber. HEX triplet: 7D, 58 and 0F. RGB value is (125,88,15). Sum of RGB (Red+Green+Blue) = 125+88+15=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D580F is #82A7F0. Grayscale: #5B5B5B. Windows color (decimal): -8562673 or 1005693. OLE color: 1005693.

HSL color Cylindrical-coordinate representation of color #7D580F: hue angle of 39.82º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D580F is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB1258815-
CMYK00.300.880.51
HSL39.82º78.57%27.45%-
HSV(B)39.82º88%49.02%-
XYZ12.0311.372.01-
YUV90.7485.26152.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 54.82%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=54.82%
G=38.60%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125881500.300.880.5139.8278.5727.45
Hex7D58F01E5833284f1b
Octal17513017036130635011733
Binary1111101101100011110111101011000110011101000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,88,15); }

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

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

 a { background-color: rgb(125,88,15); }

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

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

 span { border-color: rgb(125,88,15); }

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