Html Css Color HEX #704F02 Raw Umber

📋 copy color: '#704F02'

red 112 ◦ green 79 ◦ blue 2

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

Shades of Raw Umber #704F02

Tints of Raw Umber #704F02

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.93%

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

R = 58.03%
G = 40.93%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#704F02 (or 0x704F02) is known color: Raw Umber. HEX triplet: 70, 4F and 02. RGB value is (112,79,2). Sum of RGB (Red+Green+Blue) = 112+79+2=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #704F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704F02 is #8FB0FD. Grayscale: #505050. Windows color (decimal): -9416958 or 151408. OLE color: 151408.

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

Color convert

RGB 112 79 2 -
CMYK 0 0.29 0.98 0.56
HSL 42º 0.96% 0.22% -
HSV(B) 42º 0.98% 0.44% -
XYZ 9.49 9.04 1.3 -
YUV 80.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 112 79 2 0 0.29 0.98 0.56 42 0.96 0.22
Hex 70 4F 2 0 1D 62 38 2A 60 16
Octal 160 117 2 0 35 142 70 52 140 26
Binary 1110000 1001111 10 0 11101 1100010 111000 101010 1100000 10110

Color Harmonies of #704F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F02

Black with #704F02

Text Example


Text Example

White with #704F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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