#75410A

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

Shades of Raw Umber #75410A

Tints of Raw Umber #75410A

Color information

#75410A (or 0x75410A) is unknown color: approx Raw Umber. HEX triplet: 75, 41 and 0A. RGB value is (117,65,10). Sum of RGB (Red+Green+Blue) = 117+65+10=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #75410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75410A is #8ABEF5. Grayscale: #4A4A4A. Windows color (decimal): -9092854 or 672117. OLE color: 672117.

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

Color convert

RGB1176510-
CMYK00.440.910.54
HSL30.84º84.25%24.9%-
HSV(B)30.84º91.45%45.88%-
XYZ9.287.581.26-
YUV74.2891.73158.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=60.94%
G=33.85%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117651000.440.910.5430.8484.2524.9
Hex7541A02C5B361f5419
Octal16510112054133663712431
Binary1110101100000110100101100101101111011011111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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