#74540F

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

Shades of Raw Umber #74540F

Tints of Raw Umber #74540F

Color information

#74540F (or 0x74540F) is unknown color: approx Raw Umber. HEX triplet: 74, 54 and 0F. RGB value is (116,84,15). Sum of RGB (Red+Green+Blue) = 116+84+15=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74540F is #8BABF0. Grayscale: #565656. Windows color (decimal): -9153521 or 1004660. OLE color: 1004660.

HSL color Cylindrical-coordinate representation of color #74540F: hue angle of 40.99º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74540F is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1168415-
CMYK00.280.870.55
HSL40.99º77.1%25.69%-
HSV(B)40.99º87.07%45.49%-
XYZ10.4610.091.85-
YUV85.788.1149.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=53.95%
G=39.07%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116841500.280.870.5540.9977.125.69
Hex7454F01C5737294d1a
Octal16412417034127675111532
Binary1110100101010011110111001010111110111101001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74540F; }

 p { color: rgb(116,84,15); }

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

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

 a { background-color: rgb(116,84,15); }

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

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

 span { border-color: rgb(116,84,15); }

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