#78530B

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

Shades of Raw Umber #78530B

Tints of Raw Umber #78530B

Color information

#78530B (or 0x78530B) is unknown color: approx Raw Umber. HEX triplet: 78, 53 and 0B. RGB value is (120,83,11). Sum of RGB (Red+Green+Blue) = 120+83+11=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78530B is #87ACF4. Grayscale: #565656. Windows color (decimal): -8891637 or 742264. OLE color: 742264.

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

Color convert

RGB1208311-
CMYK00.310.910.53
HSL39.63º83.21%25.69%-
HSV(B)39.63º90.83%47.06%-
XYZ10.910.21.71-
YUV85.8685.76152.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.07%
GREEN value IS 83 (32.81% from 255) = 38.79%
BLUE value IS 11 (4.69% from 255) = 5.14%
R=56.07%
G=38.79%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120831100.310.910.5339.6383.2125.69
Hex7853B01F5B3528531a
Octal17012313037133655012332
Binary1111000101001110110111111011011110101101000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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