#744B1A

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

Shades of Raw Umber #744B1A

Tints of Raw Umber #744B1A

Color information

#744B1A (or 0x744B1A) is unknown color: approx Raw Umber. HEX triplet: 74, 4B and 1A. RGB value is (116,75,26). Sum of RGB (Red+Green+Blue) = 116+75+26=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #744B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744B1A is #8BB4E5. Grayscale: #515151. Windows color (decimal): -9155814 or 1723252. OLE color: 1723252.

HSL color Cylindrical-coordinate representation of color #744B1A: hue angle of 32.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #744B1A is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1167526-
CMYK00.350.780.55
HSL32.67º63.38%27.84%-
HSV(B)32.67º77.59%45.49%-
XYZ9.98.822.16-
YUV81.6796.58152.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=53.46%
G=34.56%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116752600.350.780.5532.6763.3827.84
Hex744B1A0234E37213f1c
Octal1641133204311667417734
Binary11101001001011110100100011100111011011110000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744B1A; }

 p { color: rgb(116,75,26); }

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

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

 a { background-color: rgb(116,75,26); }

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

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

 span { border-color: rgb(116,75,26); }

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