Html Css Color HEX #704301 Raw Umber

📋 copy color: '#704301'

red 112 ◦ green 67 ◦ blue 1

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

Shades of Raw Umber #704301

Tints of Raw Umber #704301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 62.22%
G = 37.22%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#704301 (or 0x704301) is known color: Raw Umber. HEX triplet: 70, 43 and 01. RGB value is (112,67,1). Sum of RGB (Red+Green+Blue) = 112+67+1=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #704301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704301 is #8FBCFE. Grayscale: #494949. Windows color (decimal): -9420031 or 82800. OLE color: 82800.

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

Color convert

RGB 112 67 1 -
CMYK 0 0.40 0.99 0.56
HSL 35.68º 0.98% 0.22% -
HSV(B) 35.68º 0.99% 0.44% -
XYZ 8.69 7.46 1.01 -
YUV 72.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 112 67 1 0 0.40 0.99 0.56 35.68 0.98 0.22
Hex 70 43 1 0 28 63 38 24 62 16
Octal 160 103 1 0 50 143 70 44 142 26
Binary 1110000 1000011 1 0 101000 1100011 111000 100100 1100010 10110

Color Harmonies of #704301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704301

Black with #704301

Text Example


Text Example

White with #704301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704301; }

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

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

background-color css

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

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

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

border-color css

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

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

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