#733200

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

Shades of Raw Umber #733200

Tints of Raw Umber #733200

Color information

#733200 (or 0x733200) is unknown color: approx Raw Umber. HEX triplet: 73, 32 and 00. RGB value is (115,50,0). Sum of RGB (Red+Green+Blue) = 115+50+0=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #733200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733200 is #8CCDFF. Grayscale: #404040. Windows color (decimal): -9227776 or 12915. OLE color: 12915.

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

Color convert

RGB115500-
CMYK00.5710.55
HSL26.09º100%22.55%-
HSV(B)26.09º100%45.1%-
XYZ8.215.930.71-
YUV63.7492.03164.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.70%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.70%
G=30.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11550000.5710.5526.0910022.55
Hex7332003964371a6417
Octal163620071144673214427
Binary111001111001000111001110010011011111010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733200; }

 p { color: rgb(115,50,0); }

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

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

 a { background-color: rgb(115,50,0); }

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

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

 span { border-color: rgb(115,50,0); }

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