#734605

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

Shades of Raw Umber #734605

Tints of Raw Umber #734605

Color information

#734605 (or 0x734605) is unknown color: approx Raw Umber. HEX triplet: 73, 46 and 05. RGB value is (115,70,5). Sum of RGB (Red+Green+Blue) = 115+70+5=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #734605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734605 is #8CB9FA. Grayscale: #4C4C4C. Windows color (decimal): -9222651 or 345715. OLE color: 345715.

HSL color Cylindrical-coordinate representation of color #734605: hue angle of 35.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #734605 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB115705-
CMYK00.390.960.55
HSL35.45º91.67%23.53%-
HSV(B)35.45º95.65%45.1%-
XYZ9.298.041.21-
YUV76.0487.91155.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.53%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 5 (2.34% from 255) = 2.63%
R=60.53%
G=36.84%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11570500.390.960.5535.4591.6723.53
Hex734650276037235c18
Octal1631065047140674313430
Binary1110011100011010101001111100000110111100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734605; }

 p { color: rgb(115,70,5); }

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

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

 a { background-color: rgb(115,70,5); }

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

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

 span { border-color: rgb(115,70,5); }

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