#745319

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

Shades of Raw Umber #745319

Tints of Raw Umber #745319

Color information

#745319 (or 0x745319) is unknown color: approx Raw Umber. HEX triplet: 74, 53 and 19. RGB value is (116,83,25). Sum of RGB (Red+Green+Blue) = 116+83+25=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #745319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745319 is #8BACE6. Grayscale: #565656. Windows color (decimal): -9153767 or 1659764. OLE color: 1659764.

HSL color Cylindrical-coordinate representation of color #745319: hue angle of 38.24º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #745319 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1168325-
CMYK00.280.780.55
HSL38.24º64.54%27.65%-
HSV(B)38.24º78.45%45.49%-
XYZ10.479.972.29-
YUV86.2693.43149.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 25 (10.16% from 255) = 11.16%
R=51.79%
G=37.05%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116832500.280.780.5538.2464.5427.65
Hex74531901C4E3726411c
Octal16412331034116674610134
Binary11101001010011110010111001001110110111100110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745319; }

 p { color: rgb(116,83,25); }

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

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

 a { background-color: rgb(116,83,25); }

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

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

 span { border-color: rgb(116,83,25); }

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