Html Css Color HEX #703B00 Raw Umber

📋 copy color: '#703B00'

red 112 ◦ green 59 ◦ blue 0

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

Shades of Raw Umber #703B00

Tints of Raw Umber #703B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.5%

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

R = 65.5%
G = 34.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#703B00 (or 0x703B00) is known color: Raw Umber. HEX triplet: 70, 3B and 00. RGB value is (112,59,0). Sum of RGB (Red+Green+Blue) = 112+59+0=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #703B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703B00 is #8FC4FF. Grayscale: #444444. Windows color (decimal): -9422080 or 15216. OLE color: 15216.

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

Color convert

RGB 112 59 0 -
CMYK 0 0.47 1 0.56
HSL 31.61º 1% 0.22% -
HSV(B) 31.61º 1% 0.44% -
XYZ 8.25 6.57 0.83 -
YUV 68.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 112 59 0 0 0.47 1 0.56 31.61 1 0.22
Hex 70 3B 0 0 2F 64 38 20 64 16
Octal 160 73 0 0 57 144 70 40 144 26
Binary 1110000 111011 0 0 101111 1100100 111000 100000 1100100 10110

Color Harmonies of #703B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B00

Black with #703B00

Text Example


Text Example

White with #703B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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