#74521D

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

Shades of Raw Umber #74521D

Tints of Raw Umber #74521D

Color information

#74521D (or 0x74521D) is unknown color: approx Raw Umber. HEX triplet: 74, 52 and 1D. RGB value is (116,82,29). Sum of RGB (Red+Green+Blue) = 116+82+29=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74521D is #8BADE2. Grayscale: #565656. Windows color (decimal): -9154019 or 1921652. OLE color: 1921652.

HSL color Cylindrical-coordinate representation of color #74521D: hue angle of 36.55º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74521D is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1168229-
CMYK00.290.750.55
HSL36.55º60%28.43%-
HSV(B)36.55º75%45.49%-
XYZ10.449.842.51-
YUV86.1295.76149.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 29 (11.72% from 255) = 12.78%
R=51.10%
G=36.12%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116822900.290.750.5536.556028.43
Hex74521D01D4B37253c1c
Octal1641223503511367457434
Binary1110100101001011101011101100101111011110010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74521D; }

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

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

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

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

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

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

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

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