Html Css Color HEX #703502 Raw Umber

📋 copy color: '#703502'

red 112 ◦ green 53 ◦ blue 2

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

Shades of Raw Umber #703502

Tints of Raw Umber #703502

RGB

 RED value IS 112 (44.14% from 255) = 67.07%

 GREEN value IS 53 (21.09% from 255) = 31.74%

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 67.07%
G = 31.74%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#703502 (or 0x703502) is known color: Raw Umber. HEX triplet: 70, 35 and 02. RGB value is (112,53,2). Sum of RGB (Red+Green+Blue) = 112+53+2=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #703502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703502 is #8FCAFD. Grayscale: #414141. Windows color (decimal): -9423614 or 144752. OLE color: 144752.

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

Color convert

RGB 112 53 2 -
CMYK 0 0.53 0.98 0.56
HSL 27.82º 0.96% 0.22% -
HSV(B) 27.82º 0.98% 0.44% -
XYZ 7.97 6 0.79 -
YUV 64.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 112 53 2 0 0.53 0.98 0.56 27.82 0.96 0.22
Hex 70 35 2 0 35 62 38 1C 60 16
Octal 160 65 2 0 65 142 70 34 140 26
Binary 1110000 110101 10 0 110101 1100010 111000 11100 1100000 10110

Color Harmonies of #703502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703502

Black with #703502

Text Example


Text Example

White with #703502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703502; }

 p { color: rgb(112,53,2); }

 H1.HeaderClassName
 {
   color: #703502;
 }
 .AnyTagClassName
 {
   color: #703502;
 }
</style>

background-color css

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

 a { background-color: rgb(112,53,2); }

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

border-color css

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

 span { border-color: rgb(112,53,2); }

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