Html Css Color HEX #703702 Raw Umber

📋 copy color: '#703702'

red 112 ◦ green 55 ◦ blue 2

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

Shades of Raw Umber #703702

Tints of Raw Umber #703702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.54%

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

R = 66.27%
G = 32.54%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#703702 (or 0x703702) is known color: Raw Umber. HEX triplet: 70, 37 and 02. RGB value is (112,55,2). Sum of RGB (Red+Green+Blue) = 112+55+2=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #703702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703702 is #8FC8FD. Grayscale: #424242. Windows color (decimal): -9423102 or 145264. OLE color: 145264.

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

Color convert

RGB 112 55 2 -
CMYK 0 0.51 0.98 0.56
HSL 28.91º 0.96% 0.22% -
HSV(B) 28.91º 0.98% 0.44% -
XYZ 8.06 6.18 0.83 -
YUV 66 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 112 55 2 0 0.51 0.98 0.56 28.91 0.96 0.22
Hex 70 37 2 0 33 62 38 1D 60 16
Octal 160 67 2 0 63 142 70 35 140 26
Binary 1110000 110111 10 0 110011 1100010 111000 11101 1100000 10110

Color Harmonies of #703702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703702

Black with #703702

Text Example


Text Example

White with #703702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703702; }

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

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

background-color css

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

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

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

border-color css

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

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

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