#733A0C

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

Shades of Raw Umber #733A0C

Tints of Raw Umber #733A0C

Color information

#733A0C (or 0x733A0C) is unknown color: approx Raw Umber. HEX triplet: 73, 3A and 0C. RGB value is (115,58,12). Sum of RGB (Red+Green+Blue) = 115+58+12=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #733A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733A0C is #8CC5F3. Grayscale: #464646. Windows color (decimal): -9225716 or 801395. OLE color: 801395.

HSL color Cylindrical-coordinate representation of color #733A0C: hue angle of 26.8º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #733A0C is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1155812-
CMYK00.500.900.55
HSL26.8º81.1%24.9%-
HSV(B)26.8º89.57%45.1%-
XYZ8.656.71.18-
YUV69.895.38160.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=62.16%
G=31.35%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115581200.500.900.5526.881.124.9
Hex733AC0325A371b5119
Octal1637214062132673312131
Binary111001111101011000110010101101011011111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733A0C; }

 p { color: rgb(115,58,12); }

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

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

 a { background-color: rgb(115,58,12); }

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

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

 span { border-color: rgb(115,58,12); }

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