Html Css Color HEX #704415 Raw Umber

📋 copy color: '#704415'

red 112 ◦ green 68 ◦ blue 21

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

Shades of Raw Umber #704415

Tints of Raw Umber #704415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

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

R = 55.72%
G = 33.83%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#704415 (or 0x704415) is known color: Raw Umber. HEX triplet: 70, 44 and 15. RGB value is (112,68,21). Sum of RGB (Red+Green+Blue) = 112+68+21=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #704415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704415 is #8FBBEA. Grayscale: #4C4C4C. Windows color (decimal): -9419755 or 1393776. OLE color: 1393776.

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

Color convert

RGB 112 68 21 -
CMYK 0 0.39 0.81 0.56
HSL 30.99º 0.68% 0.26% -
HSV(B) 30.99º 0.81% 0.44% -
XYZ 8.88 7.63 1.71 -
YUV 75.8 97.08 153.82 -
System Red Green Blue C M Y K H S L
Decimal 112 68 21 0 0.39 0.81 0.56 30.99 0.68 0.26
Hex 70 44 15 0 27 51 38 1F 44 1A
Octal 160 104 25 0 47 121 70 37 104 32
Binary 1110000 1000100 10101 0 100111 1010001 111000 11111 1000100 11010

Color Harmonies of #704415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704415

Black with #704415

Text Example


Text Example

White with #704415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704415; }

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

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

background-color css

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

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

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

border-color css

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

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

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