Html Css Color HEX #704302 Raw Umber

📋 copy color: '#704302'

red 112 ◦ green 67 ◦ blue 2

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

Shades of Raw Umber #704302

Tints of Raw Umber #704302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.02%

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

R = 61.88%
G = 37.02%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#704302 (or 0x704302) is known color: Raw Umber. HEX triplet: 70, 43 and 02. RGB value is (112,67,2). Sum of RGB (Red+Green+Blue) = 112+67+2=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #704302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704302 is #8FBCFD. Grayscale: #494949. Windows color (decimal): -9420030 or 148336. OLE color: 148336.

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

Color convert

RGB 112 67 2 -
CMYK 0 0.40 0.98 0.56
HSL 35.45º 0.96% 0.22% -
HSV(B) 35.45º 0.98% 0.44% -
XYZ 8.7 7.46 1.04 -
YUV 73.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 112 67 2 0 0.40 0.98 0.56 35.45 0.96 0.22
Hex 70 43 2 0 28 62 38 23 60 16
Octal 160 103 2 0 50 142 70 43 140 26
Binary 1110000 1000011 10 0 101000 1100010 111000 100011 1100000 10110

Color Harmonies of #704302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704302

Black with #704302

Text Example


Text Example

White with #704302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704302; }

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

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

background-color css

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

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

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

border-color css

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

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

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