Html Css Color HEX #703601 Raw Umber

📋 copy color: '#703601'

red 112 ◦ green 54 ◦ blue 1

#703601
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #703601

Tints of Raw Umber #703601

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.6%

R = 67.07%
G = 32.34%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#703601 (or 0x703601) is known color: 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

RGB 112 54 1 -
CMYK 0 0.52 0.99 0.56
HSL 28.65º 0.98% 0.22% -
HSV(B) 28.65º 0.99% 0.44% -
XYZ 8.01 6.09 0.78 -
YUV 65.3 91.72 161.31 -
System Red Green Blue C M Y K H S L
Decimal 112 54 1 0 0.52 0.99 0.56 28.65 0.98 0.22
Hex 70 36 1 0 34 63 38 1D 62 16
Octal 160 66 1 0 64 143 70 35 142 26
Binary 1110000 110110 1 0 110100 1100011 111000 11101 1100010 10110

Color Harmonies of #703601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703601

Black with #703601

Text Example


Text Example

White with #703601

Text Example


Text Example

HTML Codes & Css Web 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>