Html Css Color HEX #703A08 Raw Umber

📋 copy color: '#703A08'

red 112 ◦ green 58 ◦ blue 8

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

Shades of Raw Umber #703A08

Tints of Raw Umber #703A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.49%

R = 62.92%
G = 32.58%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#703A08 (or 0x703A08) is known color: Raw Umber. HEX triplet: 70, 3A and 08. RGB value is (112,58,8). Sum of RGB (Red+Green+Blue) = 112+58+8=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #703A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703A08 is #8FC5F7. Grayscale: #444444. Windows color (decimal): -9422328 or 539248. OLE color: 539248.

HSL color Cylindrical-coordinate representation of color #703A08: hue angle of 28.85º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #703A08 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 58 8 -
CMYK 0 0.48 0.93 0.56
HSL 28.85º 0.87% 0.24% -
HSV(B) 28.85º 0.93% 0.44% -
XYZ 8.24 6.49 1.05 -
YUV 68.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 112 58 8 0 0.48 0.93 0.56 28.85 0.87 0.24
Hex 70 3A 8 0 30 5D 38 1D 57 18
Octal 160 72 10 0 60 135 70 35 127 30
Binary 1110000 111010 1000 0 110000 1011101 111000 11101 1010111 11000

Color Harmonies of #703A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A08

Black with #703A08

Text Example


Text Example

White with #703A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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