#745216

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

Shades of Raw Umber #745216

Tints of Raw Umber #745216

Color information

#745216 (or 0x745216) is unknown color: approx Raw Umber. HEX triplet: 74, 52 and 16. RGB value is (116,82,22). Sum of RGB (Red+Green+Blue) = 116+82+22=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #745216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745216 is #8BADE9. Grayscale: #555555. Windows color (decimal): -9154026 or 1462900. OLE color: 1462900.

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

Color convert

RGB1168222-
CMYK00.290.810.55
HSL38.3º68.12%27.06%-
HSV(B)38.3º81.03%45.49%-
XYZ10.369.812.11-
YUV85.3392.26149.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.73%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 22 (8.98% from 255) = 10%
R=52.73%
G=37.27%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116822200.290.810.5538.368.1227.06
Hex74521601D513726441b
Octal16412226035121674610433
Binary11101001010010101100111011010001110111100110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745216; }

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

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

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

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

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

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

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

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