#773302

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

Shades of Raw Umber #773302

Tints of Raw Umber #773302

Color information

#773302 (or 0x773302) is unknown color: approx Raw Umber. HEX triplet: 77, 33 and 02. RGB value is (119,51,2). Sum of RGB (Red+Green+Blue) = 119+51+2=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #773302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773302 is #88CCFD. Grayscale: #424242. Windows color (decimal): -8965374 or 144247. OLE color: 144247.

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

Color convert

RGB119512-
CMYK00.570.980.53
HSL25.13º96.69%23.73%-
HSV(B)25.13º98.32%46.67%-
XYZ8.86.290.81-
YUV65.7592.03165.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.19%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=69.19%
G=29.65%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11951200.570.980.5325.1396.6923.73
Hex773320396235196118
Octal167632071142653114130
Binary1110111110011100111001110001011010111001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773302; }

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

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

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

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

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

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

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

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