#745214

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

Shades of Raw Umber #745214

Tints of Raw Umber #745214

Color information

#745214 (or 0x745214) is unknown color: approx Raw Umber. HEX triplet: 74, 52 and 14. RGB value is (116,82,20). Sum of RGB (Red+Green+Blue) = 116+82+20=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #745214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745214 is #8BADEB. Grayscale: #555555. Windows color (decimal): -9154028 or 1331828. OLE color: 1331828.

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

Color convert

RGB1168220-
CMYK00.290.830.55
HSL38.75º70.59%26.67%-
HSV(B)38.75º82.76%45.49%-
XYZ10.359.82.01-
YUV85.191.26150.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 20 (8.20% from 255) = 9.17%
R=53.21%
G=37.61%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116822000.290.830.5538.7570.5926.67
Hex74521401D533727471b
Octal16412224035123674710733
Binary11101001010010101000111011010011110111100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745214; }

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

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

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

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

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

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

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

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