Html Css Color HEX #703400 Raw Umber

📋 copy color: '#703400'

red 112 ◦ green 52 ◦ blue 0

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

Shades of Raw Umber #703400

Tints of Raw Umber #703400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.71%

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

R = 68.29%
G = 31.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#703400 (or 0x703400) is known color: Raw Umber. HEX triplet: 70, 34 and 00. RGB value is (112,52,0). Sum of RGB (Red+Green+Blue) = 112+52+0=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #703400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703400 is #8FCBFF. Grayscale: #404040. Windows color (decimal): -9423872 or 13424. OLE color: 13424.

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

Color convert

RGB 112 52 0 -
CMYK 0 0.54 1 0.56
HSL 27.86º 1% 0.22% -
HSV(B) 27.86º 1% 0.44% -
XYZ 7.91 5.9 0.72 -
YUV 64.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 112 52 0 0 0.54 1 0.56 27.86 1 0.22
Hex 70 34 0 0 36 64 38 1C 64 16
Octal 160 64 0 0 66 144 70 34 144 26
Binary 1110000 110100 0 0 110110 1100100 111000 11100 1100100 10110

Color Harmonies of #703400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703400

Black with #703400

Text Example


Text Example

White with #703400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703400; }

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

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

background-color css

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

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

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

border-color css

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

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

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