Html Css Color HEX #705302 Raw Umber

📋 copy color: '#705302'

red 112 ◦ green 83 ◦ blue 2

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

Shades of Raw Umber #705302

Tints of Raw Umber #705302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.02%

R = 56.85%
G = 42.13%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#705302 (or 0x705302) is known color: Raw Umber. HEX triplet: 70, 53 and 02. RGB value is (112,83,2). Sum of RGB (Red+Green+Blue) = 112+83+2=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #705302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705302 is #8FACFD. Grayscale: #525252. Windows color (decimal): -9415934 or 152432. OLE color: 152432.

HSL color Cylindrical-coordinate representation of color #705302: hue angle of 44.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #705302 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 83 2 -
CMYK 0 0.26 0.98 0.56
HSL 44.18º 0.96% 0.22% -
HSV(B) 44.18º 0.98% 0.44% -
XYZ 9.79 9.64 1.4 -
YUV 82.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 112 83 2 0 0.26 0.98 0.56 44.18 0.96 0.22
Hex 70 53 2 0 1A 62 38 2C 60 16
Octal 160 123 2 0 32 142 70 54 140 26
Binary 1110000 1010011 10 0 11010 1100010 111000 101100 1100000 10110

Color Harmonies of #705302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705302

Black with #705302

Text Example


Text Example

White with #705302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705302; }

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

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

background-color css

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

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

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

border-color css

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

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

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