#704300

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

Shades of Raw Umber #704300

Tints of Raw Umber #704300

Color information

#704300 (or 0x704300) is unknown color: approx Raw Umber. HEX triplet: 70, 43 and 00. RGB value is (112,67,0). Sum of RGB (Red+Green+Blue) = 112+67+0=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #704300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704300 is #8FBCFF. Grayscale: #494949. Windows color (decimal): -9420032 or 17264. OLE color: 17264.

HSL color Cylindrical-coordinate representation of color #704300: hue angle of 35.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #704300 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB112670-
CMYK00.4010.56
HSL35.89º100%21.96%-
HSV(B)35.89º100%43.92%-
XYZ8.697.460.98-
YUV72.8286.91155.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.57%
GREEN value IS 67 (26.56% from 255) = 37.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.57%
G=37.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11267000.4010.5635.8910021.96
Hex704300286438246416
Octal1601030050144704414426
Binary11100001000011001010001100100111000100100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704300; }

 p { color: rgb(112,67,0); }

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

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

 a { background-color: rgb(112,67,0); }

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

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

 span { border-color: rgb(112,67,0); }

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