#735A0A

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

Shades of Raw Umber #735A0A

Tints of Raw Umber #735A0A

Color information

#735A0A (or 0x735A0A) is unknown color: approx Raw Umber. HEX triplet: 73, 5A and 0A. RGB value is (115,90,10). Sum of RGB (Red+Green+Blue) = 115+90+10=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #735A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735A0A is #8CA5F5. Grayscale: #585858. Windows color (decimal): -9217526 or 678515. OLE color: 678515.

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

Color convert

RGB1159010-
CMYK00.220.910.55
HSL45.71º84%24.51%-
HSV(B)45.71º91.3%45.1%-
XYZ10.7810.981.84-
YUV88.3683.78147-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 10 (4.30% from 255) = 4.65%
R=53.49%
G=41.86%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115901000.220.910.5545.718424.51
Hex735AA0165B372e5419
Octal16313212026133675612431
Binary1110011101101010100101101011011110111101110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,90,10); }

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

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

 a { background-color: rgb(115,90,10); }

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

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

 span { border-color: rgb(115,90,10); }

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