#753900

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

Shades of Raw Umber #753900

Tints of Raw Umber #753900

Color information

#753900 (or 0x753900) is unknown color: approx Raw Umber. HEX triplet: 75, 39 and 00. RGB value is (117,57,0). Sum of RGB (Red+Green+Blue) = 117+57+0=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #753900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753900 is #8AC6FF. Grayscale: #444444. Windows color (decimal): -9094912 or 14709. OLE color: 14709.

HSL color Cylindrical-coordinate representation of color #753900: hue angle of 29.23º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #753900 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB117570-
CMYK00.5110.54
HSL29.23º100%22.94%-
HSV(B)29.23º100%45.88%-
XYZ8.86.710.83-
YUV68.4489.38162.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.24%
G=32.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11757000.5110.5429.2310022.94
Hex7539003364361d6417
Octal165710063144663514427
Binary111010111100100110011110010011011011101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753900; }

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

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

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

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

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

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

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

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