#753400

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

Shades of Raw Umber #753400

Tints of Raw Umber #753400

Color information

#753400 (or 0x753400) is unknown color: approx Raw Umber. HEX triplet: 75, 34 and 00. RGB value is (117,52,0). Sum of RGB (Red+Green+Blue) = 117+52+0=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #753400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753400 is #8ACBFF. Grayscale: #414141. Windows color (decimal): -9096192 or 13429. OLE color: 13429.

HSL color Cylindrical-coordinate representation of color #753400: hue angle of 26.67º 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 #753400 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB117520-
CMYK00.5610.54
HSL26.67º100%22.94%-
HSV(B)26.67º100%45.88%-
XYZ8.566.240.75-
YUV65.5191.03164.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.23%
G=30.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11752000.5610.5426.6710022.94
Hex7534003864361b6417
Octal165640070144663314427
Binary111010111010000111000110010011011011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753400; }

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

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

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

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

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

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

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

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