#773502

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

Shades of Raw Umber #773502

Tints of Raw Umber #773502

Color information

#773502 (or 0x773502) is unknown color: approx Raw Umber. HEX triplet: 77, 35 and 02. RGB value is (119,53,2). Sum of RGB (Red+Green+Blue) = 119+53+2=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #773502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773502 is #88CAFD. Grayscale: #434343. Windows color (decimal): -8964862 or 144759. OLE color: 144759.

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

Color convert

RGB119532-
CMYK00.550.980.53
HSL26.15º96.69%23.73%-
HSV(B)26.15º98.32%46.67%-
XYZ8.896.470.84-
YUV66.9291.37165.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.39%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 2 (1.17% from 255) = 1.15%
R=68.39%
G=30.46%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11953200.550.980.5326.1596.6923.73
Hex7735203762351a6118
Octal167652067142653214130
Binary1110111110101100110111110001011010111010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773502; }

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

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

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

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

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

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

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

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