#773D02

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

Shades of Raw Umber #773D02

Tints of Raw Umber #773D02

Color information

#773D02 (or 0x773D02) is unknown color: approx Raw Umber. HEX triplet: 77, 3D and 02. RGB value is (119,61,2). Sum of RGB (Red+Green+Blue) = 119+61+2=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #773D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773D02 is #88C2FD. Grayscale: #474747. Windows color (decimal): -8962814 or 146807. OLE color: 146807.

HSL color Cylindrical-coordinate representation of color #773D02: hue angle of 30.26º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #773D02 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB119612-
CMYK00.490.980.53
HSL30.26º96.69%23.73%-
HSV(B)30.26º98.32%46.67%-
XYZ9.297.260.97-
YUV71.6288.72161.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.38%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=65.38%
G=33.52%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11961200.490.980.5330.2696.6923.73
Hex773D203162351e6118
Octal167752061142653614130
Binary1110111111101100110001110001011010111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,61,2); }

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

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

 a { background-color: rgb(119,61,2); }

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

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

 span { border-color: rgb(119,61,2); }

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