#75400A

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

Shades of Raw Umber #75400A

Tints of Raw Umber #75400A

Color information

#75400A (or 0x75400A) is unknown color: approx Raw Umber. HEX triplet: 75, 40 and 0A. RGB value is (117,64,10). Sum of RGB (Red+Green+Blue) = 117+64+10=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #75400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75400A is #8ABFF5. Grayscale: #494949. Windows color (decimal): -9093110 or 671861. OLE color: 671861.

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

Color convert

RGB1176410-
CMYK00.450.910.54
HSL30.28º84.25%24.9%-
HSV(B)30.28º91.45%45.88%-
XYZ9.227.471.24-
YUV73.6992.06158.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.26%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=61.26%
G=33.51%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117641000.450.910.5430.2884.2524.9
Hex7540A02D5B361e5419
Octal16510012055133663612431
Binary1110101100000010100101101101101111011011110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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