Html Css Color HEX #705300 Raw Umber

📋 copy color: '#705300'

red 112 ◦ green 83 ◦ blue 0

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

Shades of Raw Umber #705300

Tints of Raw Umber #705300

RGB

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

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

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

R = 57.44%
G = 42.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#705300 (or 0x705300) is known color: Raw Umber. HEX triplet: 70, 53 and 00. RGB value is (112,83,0). Sum of RGB (Red+Green+Blue) = 112+83+0=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #705300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705300 is #8FACFF. Grayscale: #525252. Windows color (decimal): -9415936 or 21360. OLE color: 21360.

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

Color convert

RGB 112 83 0 -
CMYK 0 0.26 1 0.56
HSL 44.46º 1% 0.22% -
HSV(B) 44.46º 1% 0.44% -
XYZ 9.78 9.63 1.34 -
YUV 82.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 112 83 0 0 0.26 1 0.56 44.46 1 0.22
Hex 70 53 0 0 1A 64 38 2C 64 16
Octal 160 123 0 0 32 144 70 54 144 26
Binary 1110000 1010011 0 0 11010 1100100 111000 101100 1100100 10110

Color Harmonies of #705300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705300

Black with #705300

Text Example


Text Example

White with #705300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705300; }

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

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

background-color css

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

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

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

border-color css

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

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

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