#774213

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

Shades of Raw Umber #774213

Tints of Raw Umber #774213

Color information

#774213 (or 0x774213) is unknown color: approx Raw Umber. HEX triplet: 77, 42 and 13. RGB value is (119,66,19). Sum of RGB (Red+Green+Blue) = 119+66+19=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #774213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774213 is #88BDEC. Grayscale: #4C4C4C. Windows color (decimal): -8961517 or 1262199. OLE color: 1262199.

HSL color Cylindrical-coordinate representation of color #774213: hue angle of 28.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #774213 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1196619-
CMYK00.450.840.53
HSL28.2º72.46%27.06%-
HSV(B)28.2º84.03%46.67%-
XYZ9.677.871.62-
YUV76.4995.56158.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 19 (7.81% from 255) = 9.31%
R=58.33%
G=32.35%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119661900.450.840.5328.272.4627.06
Hex77421302D54351c481b
Octal16710223055124653411033
Binary11101111000010100110101101101010011010111100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774213; }

 p { color: rgb(119,66,19); }

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

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

 a { background-color: rgb(119,66,19); }

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

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

 span { border-color: rgb(119,66,19); }

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