Html Css Color HEX #703500 Raw Umber

📋 copy color: '#703500'

red 112 ◦ green 53 ◦ blue 0

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

Shades of Raw Umber #703500

Tints of Raw Umber #703500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.88%
G = 32.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#703500 (or 0x703500) is known color: Raw Umber. HEX triplet: 70, 35 and 00. RGB value is (112,53,0). Sum of RGB (Red+Green+Blue) = 112+53+0=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #703500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703500 is #8FCAFF. Grayscale: #404040. Windows color (decimal): -9423616 or 13680. OLE color: 13680.

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

Color convert

RGB 112 53 0 -
CMYK 0 0.53 1 0.56
HSL 28.39º 1% 0.22% -
HSV(B) 28.39º 1% 0.44% -
XYZ 7.96 5.99 0.74 -
YUV 64.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 112 53 0 0 0.53 1 0.56 28.39 1 0.22
Hex 70 35 0 0 35 64 38 1C 64 16
Octal 160 65 0 0 65 144 70 34 144 26
Binary 1110000 110101 0 0 110101 1100100 111000 11100 1100100 10110

Color Harmonies of #703500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703500

Black with #703500

Text Example


Text Example

White with #703500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703500; }

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

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

background-color css

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

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

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

border-color css

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

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

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