#74440C

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

Shades of Raw Umber #74440C

Tints of Raw Umber #74440C

Color information

#74440C (or 0x74440C) is unknown color: approx Raw Umber. HEX triplet: 74, 44 and 0C. RGB value is (116,68,12). Sum of RGB (Red+Green+Blue) = 116+68+12=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74440C is #8BBBF3. Grayscale: #4C4C4C. Windows color (decimal): -9157620 or 803956. OLE color: 803956.

HSL color Cylindrical-coordinate representation of color #74440C: hue angle of 32.31º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74440C is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1166812-
CMYK00.410.900.55
HSL32.31º81.25%25.1%-
HSV(B)32.31º89.66%45.49%-
XYZ9.347.871.38-
YUV75.9791.9156.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.18%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 12 (5.08% from 255) = 6.12%
R=59.18%
G=34.69%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116681200.410.900.5532.3181.2525.1
Hex7444C0295A37205119
Octal16410414051132674012131
Binary11101001000100110001010011011010110111100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74440C; }

 p { color: rgb(116,68,12); }

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

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

 a { background-color: rgb(116,68,12); }

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

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

 span { border-color: rgb(116,68,12); }

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