#703601

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

Shades of Raw Umber #703601

Tints of Raw Umber #703601

Color information

#703601 (or 0x703601) is unknown color: approx Raw Umber. HEX triplet: 70, 36 and 01. RGB value is (112,54,1). Sum of RGB (Red+Green+Blue) = 112+54+1=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #703601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703601 is #8FC9FE. Grayscale: #414141. Windows color (decimal): -9423359 or 79472. OLE color: 79472.

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

Color convert

RGB112541-
CMYK00.520.990.56
HSL28.65º98.23%22.16%-
HSV(B)28.65º99.11%43.92%-
XYZ8.016.090.78-
YUV65.391.72161.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.07%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=67.07%
G=32.34%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11254100.520.990.5628.6598.2322.16
Hex7036103463381d6216
Octal160661064143703514226
Binary111000011011010110100110001111100011101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703601; }

 p { color: rgb(112,54,1); }

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

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

 a { background-color: rgb(112,54,1); }

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

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

 span { border-color: rgb(112,54,1); }

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