#774200

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

Shades of Raw Umber #774200

Tints of Raw Umber #774200

Color information

#774200 (or 0x774200) is unknown color: approx Raw Umber. HEX triplet: 77, 42 and 00. RGB value is (119,66,0). Sum of RGB (Red+Green+Blue) = 119+66+0=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #774200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774200 is #88BDFF. Grayscale: #4A4A4A. Windows color (decimal): -8961536 or 17015. OLE color: 17015.

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

Color convert

RGB119660-
CMYK00.4510.53
HSL33.28º100%23.33%-
HSV(B)33.28º100%46.67%-
XYZ9.567.821.01-
YUV74.3286.06159.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.32%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.32%
G=35.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11966000.4510.5333.2810023.33
Hex7742002D6435216417
Octal1671020055144654114427
Binary11101111000010001011011100100110101100001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774200; }

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

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

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

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

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

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

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

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