Html Css Color HEX #704303 Raw Umber

📋 copy color: '#704303'

red 112 ◦ green 67 ◦ blue 3

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

Shades of Raw Umber #704303

Tints of Raw Umber #704303

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.81%

 BLUE value IS 3 (1.56% from 255) = 1.65%

R = 61.54%
G = 36.81%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#704303 (or 0x704303) is known color: Raw Umber. HEX triplet: 70, 43 and 03. RGB value is (112,67,3). Sum of RGB (Red+Green+Blue) = 112+67+3=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #704303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704303 is #8FBCFC. Grayscale: #494949. Windows color (decimal): -9420029 or 213872. OLE color: 213872.

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

Color convert

RGB 112 67 3 -
CMYK 0 0.40 0.97 0.56
HSL 35.23º 0.95% 0.23% -
HSV(B) 35.23º 0.97% 0.44% -
XYZ 8.71 7.47 1.07 -
YUV 73.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 112 67 3 0 0.40 0.97 0.56 35.23 0.95 0.23
Hex 70 43 3 0 28 61 38 23 5F 17
Octal 160 103 3 0 50 141 70 43 137 27
Binary 1110000 1000011 11 0 101000 1100001 111000 100011 1011111 10111

Color Harmonies of #704303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704303

Black with #704303

Text Example


Text Example

White with #704303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704303; }

 p { color: rgb(112,67,3); }

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

background-color css

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

 a { background-color: rgb(112,67,3); }

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

border-color css

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

 span { border-color: rgb(112,67,3); }

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