Html Css Color HEX #703F00 Raw Umber

📋 copy color: '#703F00'

red 112 ◦ green 63 ◦ blue 0

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

Shades of Raw Umber #703F00

Tints of Raw Umber #703F00

RGB

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

 GREEN value IS 63 (25% from 255) = 36%

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

R = 64%
G = 36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#703F00 (or 0x703F00) is known color: Raw Umber. HEX triplet: 70, 3F and 00. RGB value is (112,63,0). Sum of RGB (Red+Green+Blue) = 112+63+0=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #703F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F00 is #8FC0FF. Grayscale: #464646. Windows color (decimal): -9421056 or 16240. OLE color: 16240.

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

Color convert

RGB 112 63 0 -
CMYK 0 0.44 1 0.56
HSL 33.75º 1% 0.22% -
HSV(B) 33.75º 1% 0.44% -
XYZ 8.46 7 0.91 -
YUV 70.47 88.23 157.62 -
System Red Green Blue C M Y K H S L
Decimal 112 63 0 0 0.44 1 0.56 33.75 1 0.22
Hex 70 3F 0 0 2C 64 38 22 64 16
Octal 160 77 0 0 54 144 70 42 144 26
Binary 1110000 111111 0 0 101100 1100100 111000 100010 1100100 10110

Color Harmonies of #703F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F00

Black with #703F00

Text Example


Text Example

White with #703F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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