Html Css Color HEX #704C17 Raw Umber

📋 copy color: '#704C17'

red 112 ◦ green 76 ◦ blue 23

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

Shades of Raw Umber #704C17

Tints of Raw Umber #704C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.9%

R = 53.08%
G = 36.02%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704C17 (or 0x704C17) is known color: Raw Umber. HEX triplet: 70, 4C and 17. RGB value is (112,76,23). Sum of RGB (Red+Green+Blue) = 112+76+23=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #704C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704C17 is #8FB3E8. Grayscale: #505050. Windows color (decimal): -9417705 or 1526896. OLE color: 1526896.

HSL color Cylindrical-coordinate representation of color #704C17: hue angle of 35.73º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #704C17 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 23 -
CMYK 0 0.32 0.79 0.56
HSL 35.73º 0.66% 0.26% -
HSV(B) 35.73º 0.79% 0.44% -
XYZ 9.42 8.68 1.99 -
YUV 80.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 112 76 23 0 0.32 0.79 0.56 35.73 0.66 0.26
Hex 70 4C 17 0 20 4F 38 24 42 1A
Octal 160 114 27 0 40 117 70 44 102 32
Binary 1110000 1001100 10111 0 100000 1001111 111000 100100 1000010 11010

Color Harmonies of #704C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C17

Black with #704C17

Text Example


Text Example

White with #704C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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