#754A1A

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

Shades of Raw Umber #754A1A

Tints of Raw Umber #754A1A

Color information

#754A1A (or 0x754A1A) is unknown color: approx Raw Umber. HEX triplet: 75, 4A and 1A. RGB value is (117,74,26). Sum of RGB (Red+Green+Blue) = 117+74+26=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #754A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A1A is #8AB5E5. Grayscale: #515151. Windows color (decimal): -9090534 or 1722997. OLE color: 1722997.

HSL color Cylindrical-coordinate representation of color #754A1A: hue angle of 31.65º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #754A1A is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1177426-
CMYK00.370.780.54
HSL31.65º63.64%28.04%-
HSV(B)31.65º77.78%45.88%-
XYZ9.978.752.14-
YUV81.3896.75153.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=53.92%
G=34.10%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117742600.370.780.5431.6563.6428.04
Hex754A1A0254E3620401c
Octal16511232045116664010034
Binary111010110010101101001001011001110110110100000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754A1A; }

 p { color: rgb(117,74,26); }

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

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

 a { background-color: rgb(117,74,26); }

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

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

 span { border-color: rgb(117,74,26); }

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