#745218

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

Shades of Raw Umber #745218

Tints of Raw Umber #745218

Color information

#745218 (or 0x745218) is unknown color: approx Raw Umber. HEX triplet: 74, 52 and 18. RGB value is (116,82,24). Sum of RGB (Red+Green+Blue) = 116+82+24=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #745218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745218 is #8BADE7. Grayscale: #555555. Windows color (decimal): -9154024 or 1593972. OLE color: 1593972.

HSL color Cylindrical-coordinate representation of color #745218: hue angle of 37.83º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #745218 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1168224-
CMYK00.290.790.55
HSL37.83º65.71%27.45%-
HSV(B)37.83º79.31%45.49%-
XYZ10.389.812.21-
YUV85.5593.26149.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 24 (9.77% from 255) = 10.81%
R=52.25%
G=36.94%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116822400.290.790.5537.8365.7127.45
Hex74521801D4F3726421b
Octal16412230035117674610233
Binary11101001010010110000111011001111110111100110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745218; }

 p { color: rgb(116,82,24); }

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

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

 a { background-color: rgb(116,82,24); }

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

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

 span { border-color: rgb(116,82,24); }

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