#73430F

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

Shades of Raw Umber #73430F

Tints of Raw Umber #73430F

Color information

#73430F (or 0x73430F) is unknown color: approx Raw Umber. HEX triplet: 73, 43 and 0F. RGB value is (115,67,15). Sum of RGB (Red+Green+Blue) = 115+67+15=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73430F is #8CBCF0. Grayscale: #4B4B4B. Windows color (decimal): -9223409 or 1000307. OLE color: 1000307.

HSL color Cylindrical-coordinate representation of color #73430F: hue angle of 31.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73430F is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1156715-
CMYK00.420.870.55
HSL31.2º76.92%25.49%-
HSV(B)31.2º86.96%45.1%-
XYZ9.167.691.45-
YUV75.4293.9156.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=58.38%
G=34.01%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115671500.420.870.5531.276.9225.49
Hex7343F02A57371f4d19
Octal16310317052127673711531
Binary1110011100001111110101010101011111011111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73430F; }

 p { color: rgb(115,67,15); }

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

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

 a { background-color: rgb(115,67,15); }

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

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

 span { border-color: rgb(115,67,15); }

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