#75480D

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

Shades of Raw Umber #75480D

Tints of Raw Umber #75480D

Color information

#75480D (or 0x75480D) is unknown color: approx Raw Umber. HEX triplet: 75, 48 and 0D. RGB value is (117,72,13). Sum of RGB (Red+Green+Blue) = 117+72+13=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75480D is #8AB7F2. Grayscale: #4F4F4F. Windows color (decimal): -9091059 or 870517. OLE color: 870517.

HSL color Cylindrical-coordinate representation of color #75480D: hue angle of 34.04º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75480D is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1177213-
CMYK00.380.890.54
HSL34.04º80%25.49%-
HSV(B)34.04º88.89%45.88%-
XYZ9.738.451.5-
YUV78.7390.91155.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=57.92%
G=35.64%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117721300.380.890.5434.048025.49
Hex7548D0265936225019
Octal16511015046131664212031
Binary11101011001000110101001101011001110110100010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75480D; }

 p { color: rgb(117,72,13); }

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

<style>
 a { background-color: #75480D; }

 a { background-color: rgb(117,72,13); }

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

<style>
 span { border-color: #75480D; }

 span { border-color: rgb(117,72,13); }

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