Html Css Color HEX #704300 Raw Umber

📋 copy color: '#704300'

red 112 ◦ green 67 ◦ blue 0

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

Shades of Raw Umber #704300

Tints of Raw Umber #704300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.57%
G = 37.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#704300 (or 0x704300) is known color: Raw Umber. HEX triplet: 70, 43 and 00. RGB value is (112,67,0). Sum of RGB (Red+Green+Blue) = 112+67+0=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #704300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704300 is #8FBCFF. Grayscale: #494949. Windows color (decimal): -9420032 or 17264. OLE color: 17264.

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

Color convert

RGB 112 67 0 -
CMYK 0 0.40 1 0.56
HSL 35.89º 1% 0.22% -
HSV(B) 35.89º 1% 0.44% -
XYZ 8.69 7.46 0.98 -
YUV 72.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 112 67 0 0 0.40 1 0.56 35.89 1 0.22
Hex 70 43 0 0 28 64 38 24 64 16
Octal 160 103 0 0 50 144 70 44 144 26
Binary 1110000 1000011 0 0 101000 1100100 111000 100100 1100100 10110

Color Harmonies of #704300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704300

Black with #704300

Text Example


Text Example

White with #704300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704300; }

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

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

background-color css

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

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

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

border-color css

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

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

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