#773C00

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

Shades of Raw Umber #773C00

Tints of Raw Umber #773C00

Color information

#773C00 (or 0x773C00) is unknown color: approx Raw Umber. HEX triplet: 77, 3C and 00. RGB value is (119,60,0). Sum of RGB (Red+Green+Blue) = 119+60+0=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #773C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773C00 is #88C3FF. Grayscale: #474747. Windows color (decimal): -8963072 or 15479. OLE color: 15479.

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

Color convert

RGB119600-
CMYK00.5010.53
HSL30.25º100%23.33%-
HSV(B)30.25º100%46.67%-
XYZ9.227.150.89-
YUV70.888.05162.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.48%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.48%
G=33.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11960000.5010.5330.2510023.33
Hex773C003264351e6417
Octal167740062144653614427
Binary111011111110000110010110010011010111110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773C00; }

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

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

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

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

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

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

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

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