#744300

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

Shades of Raw Umber #744300

Tints of Raw Umber #744300

Color information

#744300 (or 0x744300) is unknown color: approx Raw Umber. HEX triplet: 74, 43 and 00. RGB value is (116,67,0). Sum of RGB (Red+Green+Blue) = 116+67+0=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #744300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744300 is #8BBCFF. Grayscale: #4A4A4A. Windows color (decimal): -9157888 or 17268. OLE color: 17268.

HSL color Cylindrical-coordinate representation of color #744300: hue angle of 34.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #744300 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB116670-
CMYK00.4210.55
HSL34.66º100%22.75%-
HSV(B)34.66º100%45.49%-
XYZ9.217.731.01-
YUV74.0186.23157.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.39%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.39%
G=36.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11667000.4210.5534.6610022.75
Hex7443002A6437236417
Octal1641030052144674314427
Binary11101001000011001010101100100110111100011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744300; }

 p { color: rgb(116,67,0); }

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

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

 a { background-color: rgb(116,67,0); }

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

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

 span { border-color: rgb(116,67,0); }

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