#745108

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

Shades of Raw Umber #745108

Tints of Raw Umber #745108

Color information

#745108 (or 0x745108) is unknown color: approx Raw Umber. HEX triplet: 74, 51 and 08. RGB value is (116,81,8). Sum of RGB (Red+Green+Blue) = 116+81+8=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #745108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745108 is #8BAEF7. Grayscale: #535353. Windows color (decimal): -9154296 or 545140. OLE color: 545140.

HSL color Cylindrical-coordinate representation of color #745108: hue angle of 40.56º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #745108 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB116818-
CMYK00.300.930.55
HSL40.56º87.1%24.31%-
HSV(B)40.56º93.1%45.49%-
XYZ10.199.621.55-
YUV83.1485.6151.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 8 (3.52% from 255) = 3.90%
R=56.59%
G=39.51%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11681800.300.930.5540.5687.124.31
Hex7451801E5D37295718
Octal16412110036135675112730
Binary1110100101000110000111101011101110111101001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745108; }

 p { color: rgb(116,81,8); }

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

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

 a { background-color: rgb(116,81,8); }

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

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

 span { border-color: rgb(116,81,8); }

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