#713605

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

Shades of Raw Umber #713605

Tints of Raw Umber #713605

Color information

#713605 (or 0x713605) is unknown color: approx Raw Umber. HEX triplet: 71, 36 and 05. RGB value is (113,54,5). Sum of RGB (Red+Green+Blue) = 113+54+5=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #713605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713605 is #8EC9FA. Grayscale: #424242. Windows color (decimal): -9357819 or 341617. OLE color: 341617.

HSL color Cylindrical-coordinate representation of color #713605: hue angle of 27.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #713605 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB113545-
CMYK00.520.960.56
HSL27.22º91.53%23.14%-
HSV(B)27.22º95.58%44.31%-
XYZ8.166.160.9-
YUV66.0593.55161.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.70%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=65.70%
G=31.40%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11354500.520.960.5627.2291.5323.14
Hex7136503460381b5c17
Octal161665064140703313427
Binary11100011101101010110100110000011100011011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713605; }

 p { color: rgb(113,54,5); }

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

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

 a { background-color: rgb(113,54,5); }

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

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

 span { border-color: rgb(113,54,5); }

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