#75440A

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

Shades of Raw Umber #75440A

Tints of Raw Umber #75440A

Color information

#75440A (or 0x75440A) is unknown color: approx Raw Umber. HEX triplet: 75, 44 and 0A. RGB value is (117,68,10). Sum of RGB (Red+Green+Blue) = 117+68+10=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #75440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75440A is #8ABBF5. Grayscale: #4C4C4C. Windows color (decimal): -9092086 or 672885. OLE color: 672885.

HSL color Cylindrical-coordinate representation of color #75440A: hue angle of 32.52º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75440A is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1176810-
CMYK00.420.910.54
HSL32.52º84.25%24.9%-
HSV(B)32.52º91.45%45.88%-
XYZ9.467.941.32-
YUV76.0490.73157.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 10 (4.30% from 255) = 5.13%
R=60%
G=34.87%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117681000.420.910.5432.5284.2524.9
Hex7544A02A5B36215419
Octal16510412052133664112431
Binary11101011000100101001010101011011110110100001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,68,10); }

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

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

 a { background-color: rgb(117,68,10); }

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

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

 span { border-color: rgb(117,68,10); }

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