Html Css Color HEX #705303 Raw Umber

📋 copy color: '#705303'

red 112 ◦ green 83 ◦ blue 3

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

Shades of Raw Umber #705303

Tints of Raw Umber #705303

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.92%

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

R = 56.57%
G = 41.92%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#705303 (or 0x705303) is known color: Raw Umber. HEX triplet: 70, 53 and 03. RGB value is (112,83,3). Sum of RGB (Red+Green+Blue) = 112+83+3=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #705303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705303 is #8FACFC. Grayscale: #525252. Windows color (decimal): -9415933 or 217968. OLE color: 217968.

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

Color convert

RGB 112 83 3 -
CMYK 0 0.26 0.97 0.56
HSL 44.04º 0.95% 0.23% -
HSV(B) 44.04º 0.97% 0.44% -
XYZ 9.79 9.64 1.43 -
YUV 82.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 112 83 3 0 0.26 0.97 0.56 44.04 0.95 0.23
Hex 70 53 3 0 1A 61 38 2C 5F 17
Octal 160 123 3 0 32 141 70 54 137 27
Binary 1110000 1010011 11 0 11010 1100001 111000 101100 1011111 10111

Color Harmonies of #705303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705303

Black with #705303

Text Example


Text Example

White with #705303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705303; }

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

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

background-color css

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

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

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

border-color css

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

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

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