Html Css Color HEX #703A06 Raw Umber

📋 copy color: '#703A06'

red 112 ◦ green 58 ◦ blue 6

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

Shades of Raw Umber #703A06

Tints of Raw Umber #703A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.41%

R = 63.64%
G = 32.95%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#703A06 (or 0x703A06) is known color: Raw Umber. HEX triplet: 70, 3A and 06. RGB value is (112,58,6). Sum of RGB (Red+Green+Blue) = 112+58+6=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #703A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703A06 is #8FC5F9. Grayscale: #444444. Windows color (decimal): -9422330 or 408176. OLE color: 408176.

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

Color convert

RGB 112 58 6 -
CMYK 0 0.48 0.95 0.56
HSL 29.43º 0.9% 0.23% -
HSV(B) 29.43º 0.95% 0.44% -
XYZ 8.23 6.48 0.99 -
YUV 68.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 112 58 6 0 0.48 0.95 0.56 29.43 0.9 0.23
Hex 70 3A 6 0 30 5F 38 1D 5A 17
Octal 160 72 6 0 60 137 70 35 132 27
Binary 1110000 111010 110 0 110000 1011111 111000 11101 1011010 10111

Color Harmonies of #703A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A06

Black with #703A06

Text Example


Text Example

White with #703A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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