#714305

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

Shades of Raw Umber #714305

Tints of Raw Umber #714305

Color information

#714305 (or 0x714305) is unknown color: approx Raw Umber. HEX triplet: 71, 43 and 05. RGB value is (113,67,5). Sum of RGB (Red+Green+Blue) = 113+67+5=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #714305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714305 is #8EBCFA. Grayscale: #494949. Windows color (decimal): -9354491 or 344945. OLE color: 344945.

HSL color Cylindrical-coordinate representation of color #714305: hue angle of 34.44º 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 #714305 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB113675-
CMYK00.410.960.56
HSL34.44º91.53%23.14%-
HSV(B)34.44º95.58%44.31%-
XYZ8.847.541.13-
YUV73.6989.24156.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.08%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 5 (2.34% from 255) = 2.70%
R=61.08%
G=36.22%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11367500.410.960.5634.4491.5323.14
Hex714350296038225c17
Octal1611035051140704213427
Binary1110001100001110101010011100000111000100010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714305; }

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

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

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

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

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

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

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

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