Html Css Color HEX #704315 Raw Umber

📋 copy color: '#704315'

red 112 ◦ green 67 ◦ blue 21

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

Shades of Raw Umber #704315

Tints of Raw Umber #704315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 56%
G = 33.5%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#704315 (or 0x704315) is known color: Raw Umber. HEX triplet: 70, 43 and 15. RGB value is (112,67,21). Sum of RGB (Red+Green+Blue) = 112+67+21=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #704315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704315 is #8FBCEA. Grayscale: #4B4B4B. Windows color (decimal): -9420011 or 1393520. OLE color: 1393520.

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

Color convert

RGB 112 67 21 -
CMYK 0 0.40 0.81 0.56
HSL 30.33º 0.68% 0.26% -
HSV(B) 30.33º 0.81% 0.44% -
XYZ 8.82 7.51 1.69 -
YUV 75.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 112 67 21 0 0.40 0.81 0.56 30.33 0.68 0.26
Hex 70 43 15 0 28 51 38 1E 44 1A
Octal 160 103 25 0 50 121 70 36 104 32
Binary 1110000 1000011 10101 0 101000 1010001 111000 11110 1000100 11010

Color Harmonies of #704315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704315

Black with #704315

Text Example


Text Example

White with #704315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704315; }

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

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

background-color css

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

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

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

border-color css

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

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

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