Html Css Color HEX #704C15 Raw Umber

📋 copy color: '#704C15'

red 112 ◦ green 76 ◦ blue 21

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

Shades of Raw Umber #704C15

Tints of Raw Umber #704C15

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

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

R = 53.59%
G = 36.36%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#704C15 (or 0x704C15) is known color: Raw Umber. HEX triplet: 70, 4C and 15. RGB value is (112,76,21). Sum of RGB (Red+Green+Blue) = 112+76+21=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #704C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704C15 is #8FB3EA. Grayscale: #505050. Windows color (decimal): -9417707 or 1395824. OLE color: 1395824.

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

Color convert

RGB 112 76 21 -
CMYK 0 0.32 0.81 0.56
HSL 36.26º 0.68% 0.26% -
HSV(B) 36.26º 0.81% 0.44% -
XYZ 9.4 8.67 1.89 -
YUV 80.49 94.43 150.47 -
System Red Green Blue C M Y K H S L
Decimal 112 76 21 0 0.32 0.81 0.56 36.26 0.68 0.26
Hex 70 4C 15 0 20 51 38 24 44 1A
Octal 160 114 25 0 40 121 70 44 104 32
Binary 1110000 1001100 10101 0 100000 1010001 111000 100100 1000100 11010

Color Harmonies of #704C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C15

Black with #704C15

Text Example


Text Example

White with #704C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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