#754800

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

Shades of Raw Umber #754800

Tints of Raw Umber #754800

Color information

#754800 (or 0x754800) is unknown color: approx Raw Umber. HEX triplet: 75, 48 and 00. RGB value is (117,72,0). Sum of RGB (Red+Green+Blue) = 117+72+0=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #754800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754800 is #8AB7FF. Grayscale: #4D4D4D. Windows color (decimal): -9091072 or 18549. OLE color: 18549.

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

Color convert

RGB117720-
CMYK00.3810.54
HSL36.92º100%22.94%-
HSV(B)36.92º100%45.88%-
XYZ9.658.421.12-
YUV77.2584.41156.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.90%
GREEN value IS 72 (28.52% from 255) = 38.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.90%
G=38.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11772000.3810.5436.9210022.94
Hex754800266436256417
Octal1651100046144664514427
Binary11101011001000001001101100100110110100101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754800; }

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

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

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

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

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

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

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

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