#773900

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

Shades of Raw Umber #773900

Tints of Raw Umber #773900

Color information

#773900 (or 0x773900) is unknown color: approx Raw Umber. HEX triplet: 77, 39 and 00. RGB value is (119,57,0). Sum of RGB (Red+Green+Blue) = 119+57+0=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #773900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773900 is #88C6FF. Grayscale: #454545. Windows color (decimal): -8963840 or 14711. OLE color: 14711.

HSL color Cylindrical-coordinate representation of color #773900: hue angle of 28.74º 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 #773900 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB119570-
CMYK00.5210.53
HSL28.74º100%23.33%-
HSV(B)28.74º100%46.67%-
XYZ9.076.850.84-
YUV69.0489.04163.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.61%
GREEN value IS 57 (22.66% from 255) = 32.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.61%
G=32.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11957000.5210.5328.7410023.33
Hex7739003464351d6417
Octal167710064144653514427
Binary111011111100100110100110010011010111101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773900; }

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

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

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

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

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

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

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

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