#785300

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

Shades of Raw Umber #785300

Tints of Raw Umber #785300

Color information

#785300 (or 0x785300) is unknown color: approx Raw Umber. HEX triplet: 78, 53 and 00. RGB value is (120,83,0). Sum of RGB (Red+Green+Blue) = 120+83+0=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #785300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785300 is #87ACFF. Grayscale: #545454. Windows color (decimal): -8891648 or 21368. OLE color: 21368.

HSL color Cylindrical-coordinate representation of color #785300: hue angle of 41.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #785300 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB120830-
CMYK00.3110.53
HSL41.5º100%23.53%-
HSV(B)41.5º100%47.06%-
XYZ10.8410.181.39-
YUV84.680.26153.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.11%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.11%
G=40.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12083000.3110.5341.510023.53
Hex7853001F64352a6418
Octal1701230037144655214430
Binary1111000101001100111111100100110101101010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785300; }

 p { color: rgb(120,83,0); }

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

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

 a { background-color: rgb(120,83,0); }

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

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

 span { border-color: rgb(120,83,0); }

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