Html Css Color HEX #705B02 Raw Umber

📋 copy color: '#705B02'

red 112 ◦ green 91 ◦ blue 2

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

Shades of Raw Umber #705B02

Tints of Raw Umber #705B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.39%

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

R = 54.63%
G = 44.39%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#705B02 (or 0x705B02) is known color: Raw Umber. HEX triplet: 70, 5B and 02. RGB value is (112,91,2). Sum of RGB (Red+Green+Blue) = 112+91+2=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #705B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B02 is #8FA4FD. Grayscale: #575757. Windows color (decimal): -9413886 or 154480. OLE color: 154480.

HSL color Cylindrical-coordinate representation of color #705B02: hue angle of 48.55º 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 #705B02 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 91 2 -
CMYK 0 0.19 0.98 0.56
HSL 48.55º 0.96% 0.22% -
HSV(B) 48.55º 0.98% 0.44% -
XYZ 10.43 10.93 1.62 -
YUV 87.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 112 91 2 0 0.19 0.98 0.56 48.55 0.96 0.22
Hex 70 5B 2 0 13 62 38 31 60 16
Octal 160 133 2 0 23 142 70 61 140 26
Binary 1110000 1011011 10 0 10011 1100010 111000 110001 1100000 10110

Color Harmonies of #705B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B02

Black with #705B02

Text Example


Text Example

White with #705B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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