#733301

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

Shades of Raw Umber #733301

Tints of Raw Umber #733301

Color information

#733301 (or 0x733301) is unknown color: approx Raw Umber. HEX triplet: 73, 33 and 01. RGB value is (115,51,1). Sum of RGB (Red+Green+Blue) = 115+51+1=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #733301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733301 is #8CCCFE. Grayscale: #404040. Windows color (decimal): -9227519 or 78707. OLE color: 78707.

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

Color convert

RGB115511-
CMYK00.560.990.55
HSL26.32º98.28%22.75%-
HSV(B)26.32º99.13%45.1%-
XYZ8.266.010.75-
YUV64.4492.2164.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=68.86%
G=30.54%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11551100.560.990.5526.3298.2822.75
Hex7333103863371a6217
Octal163631070143673214227
Binary111001111001110111000110001111011111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733301; }

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

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

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

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

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

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

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

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