#735C0E

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

Shades of Raw Umber #735C0E

Tints of Raw Umber #735C0E

Color information

#735C0E (or 0x735C0E) is unknown color: approx Raw Umber. HEX triplet: 73, 5C and 0E. RGB value is (115,92,14). Sum of RGB (Red+Green+Blue) = 115+92+14=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #735C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735C0E is #8CA3F1. Grayscale: #5A5A5A. Windows color (decimal): -9217010 or 941171. OLE color: 941171.

HSL color Cylindrical-coordinate representation of color #735C0E: hue angle of 46.34º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #735C0E is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1159214-
CMYK00.200.880.55
HSL46.34º78.29%25.29%-
HSV(B)46.34º87.83%45.1%-
XYZ10.9811.332.02-
YUV89.9885.12145.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.04%
GREEN value IS 92 (36.33% from 255) = 41.63%
BLUE value IS 14 (5.86% from 255) = 6.33%
R=52.04%
G=41.63%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115921400.200.880.5546.3478.2925.29
Hex735CE01458372e4e19
Octal16313416024130675611631
Binary1110011101110011100101001011000110111101110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735C0E; }

 p { color: rgb(115,92,14); }

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

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

 a { background-color: rgb(115,92,14); }

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

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

 span { border-color: rgb(115,92,14); }

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