#75390A

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

Shades of Raw Umber #75390A

Tints of Raw Umber #75390A

Color information

#75390A (or 0x75390A) is unknown color: approx Raw Umber. HEX triplet: 75, 39 and 0A. RGB value is (117,57,10). Sum of RGB (Red+Green+Blue) = 117+57+10=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75390A is #8AC6F5. Grayscale: #454545. Windows color (decimal): -9094902 or 670069. OLE color: 670069.

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

Color convert

RGB1175710-
CMYK00.510.910.54
HSL26.36º84.25%24.9%-
HSV(B)26.36º91.45%45.88%-
XYZ8.856.731.12-
YUV69.5894.38161.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.59%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 10 (4.30% from 255) = 5.43%
R=63.59%
G=30.98%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117571000.510.910.5426.3684.2524.9
Hex7539A0335B361a5419
Octal1657112063133663212431
Binary111010111100110100110011101101111011011010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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