Html Css Color HEX #705D02 Raw Umber

📋 copy color: '#705D02'

red 112 ◦ green 93 ◦ blue 2

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

Shades of Raw Umber #705D02

Tints of Raw Umber #705D02

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.93%

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

R = 54.11%
G = 44.93%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#705D02 (or 0x705D02) is known color: Raw Umber. HEX triplet: 70, 5D and 02. RGB value is (112,93,2). Sum of RGB (Red+Green+Blue) = 112+93+2=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #705D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705D02 is #8FA2FD. Grayscale: #585858. Windows color (decimal): -9413374 or 154992. OLE color: 154992.

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

Color convert

RGB 112 93 2 -
CMYK 0 0.17 0.98 0.56
HSL 49.64º 0.96% 0.22% -
HSV(B) 49.64º 0.98% 0.44% -
XYZ 10.61 11.28 1.68 -
YUV 88.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 112 93 2 0 0.17 0.98 0.56 49.64 0.96 0.22
Hex 70 5D 2 0 11 62 38 32 60 16
Octal 160 135 2 0 21 142 70 62 140 26
Binary 1110000 1011101 10 0 10001 1100010 111000 110010 1100000 10110

Color Harmonies of #705D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D02

Black with #705D02

Text Example


Text Example

White with #705D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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