Html Css Color HEX #704B14 Raw Umber

📋 copy color: '#704B14'

red 112 ◦ green 75 ◦ blue 20

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

Shades of Raw Umber #704B14

Tints of Raw Umber #704B14

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.23%

 BLUE value IS 20 (8.2% from 255) = 9.66%

R = 54.11%
G = 36.23%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#704B14 (or 0x704B14) is known color: Raw Umber. HEX triplet: 70, 4B and 14. RGB value is (112,75,20). Sum of RGB (Red+Green+Blue) = 112+75+20=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #704B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704B14 is #8FB4EB. Grayscale: #505050. Windows color (decimal): -9417964 or 1330032. OLE color: 1330032.

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

Color convert

RGB 112 75 20 -
CMYK 0 0.33 0.82 0.56
HSL 35.87º 0.7% 0.26% -
HSV(B) 35.87º 0.82% 0.44% -
XYZ 9.32 8.53 1.82 -
YUV 79.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 112 75 20 0 0.33 0.82 0.56 35.87 0.7 0.26
Hex 70 4B 14 0 21 52 38 24 46 1A
Octal 160 113 24 0 41 122 70 44 106 32
Binary 1110000 1001011 10100 0 100001 1010010 111000 100100 1000110 11010

Color Harmonies of #704B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B14

Black with #704B14

Text Example


Text Example

White with #704B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,75,20); }

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

background-color css

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

 a { background-color: rgb(112,75,20); }

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

border-color css

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

 span { border-color: rgb(112,75,20); }

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