#75491A

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

Shades of Raw Umber #75491A

Tints of Raw Umber #75491A

Color information

#75491A (or 0x75491A) is unknown color: approx Raw Umber. HEX triplet: 75, 49 and 1A. RGB value is (117,73,26). Sum of RGB (Red+Green+Blue) = 117+73+26=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75491A is #8AB6E5. Grayscale: #515151. Windows color (decimal): -9090790 or 1722741. OLE color: 1722741.

HSL color Cylindrical-coordinate representation of color #75491A: hue angle of 30.99º 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 #75491A is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1177326-
CMYK00.380.780.54
HSL30.99º63.64%28.04%-
HSV(B)30.99º77.78%45.88%-
XYZ9.918.622.12-
YUV80.897.08153.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 26 (10.55% from 255) = 12.04%
R=54.17%
G=33.80%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117732600.380.780.5430.9963.6428.04
Hex75491A0264E361f401c
Octal16511132046116663710034
Binary11101011001001110100100110100111011011011111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75491A; }

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

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

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

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

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

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

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

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