#733401

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

Shades of Raw Umber #733401

Tints of Raw Umber #733401

Color information

#733401 (or 0x733401) is unknown color: approx Raw Umber. HEX triplet: 73, 34 and 01. RGB value is (115,52,1). Sum of RGB (Red+Green+Blue) = 115+52+1=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #733401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733401 is #8CCBFE. Grayscale: #414141. Windows color (decimal): -9227263 or 78963. OLE color: 78963.

HSL color Cylindrical-coordinate representation of color #733401: hue angle of 26.84º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #733401 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB115521-
CMYK00.550.990.55
HSL26.84º98.28%22.75%-
HSV(B)26.84º99.13%45.1%-
XYZ8.36.10.77-
YUV65.0291.87163.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.45%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=68.45%
G=30.95%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11552100.550.990.5526.8498.2822.75
Hex7334103763371b6217
Octal163641067143673314227
Binary111001111010010110111110001111011111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733401; }

 p { color: rgb(115,52,1); }

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

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

 a { background-color: rgb(115,52,1); }

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

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

 span { border-color: rgb(115,52,1); }

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