#78530F

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

Shades of Raw Umber #78530F

Tints of Raw Umber #78530F

Color information

#78530F (or 0x78530F) is unknown color: approx Raw Umber. HEX triplet: 78, 53 and 0F. RGB value is (120,83,15). Sum of RGB (Red+Green+Blue) = 120+83+15=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78530F is #87ACF0. Grayscale: #565656. Windows color (decimal): -8891633 or 1004408. OLE color: 1004408.

HSL color Cylindrical-coordinate representation of color #78530F: hue angle of 38.86º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78530F is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1208315-
CMYK00.310.870.53
HSL38.86º77.78%26.47%-
HSV(B)38.86º87.5%47.06%-
XYZ10.9310.211.85-
YUV86.3187.76152.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 15 (6.25% from 255) = 6.88%
R=55.05%
G=38.07%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120831500.310.870.5338.8677.7826.47
Hex7853F01F5735274e1a
Octal17012317037127654711632
Binary1111000101001111110111111010111110101100111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78530F; }

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

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

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

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

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

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

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

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