Html Css Color HEX #703A00 Raw Umber

📋 copy color: '#703A00'

red 112 ◦ green 58 ◦ blue 0

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

Shades of Raw Umber #703A00

Tints of Raw Umber #703A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.12%

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

R = 65.88%
G = 34.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#703A00 (or 0x703A00) is known color: Raw Umber. HEX triplet: 70, 3A and 00. RGB value is (112,58,0). Sum of RGB (Red+Green+Blue) = 112+58+0=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #703A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703A00 is #8FC5FF. Grayscale: #434343. Windows color (decimal): -9422336 or 14960. OLE color: 14960.

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

Color convert

RGB 112 58 0 -
CMYK 0 0.48 1 0.56
HSL 31.07º 1% 0.22% -
HSV(B) 31.07º 1% 0.44% -
XYZ 8.2 6.47 0.82 -
YUV 67.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 112 58 0 0 0.48 1 0.56 31.07 1 0.22
Hex 70 3A 0 0 30 64 38 1F 64 16
Octal 160 72 0 0 60 144 70 37 144 26
Binary 1110000 111010 0 0 110000 1100100 111000 11111 1100100 10110

Color Harmonies of #703A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A00

Black with #703A00

Text Example


Text Example

White with #703A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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