Html Css Color HEX #704B1A Raw Umber

📋 copy color: '#704B1A'

red 112 ◦ green 75 ◦ blue 26

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

Shades of Raw Umber #704B1A

Tints of Raw Umber #704B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.21%

R = 52.58%
G = 35.21%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#704B1A (or 0x704B1A) is known color: Raw Umber. HEX triplet: 70, 4B and 1A. RGB value is (112,75,26). Sum of RGB (Red+Green+Blue) = 112+75+26=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #704B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B1A is #8FB4E5. Grayscale: #505050. Windows color (decimal): -9417958 or 1723248. OLE color: 1723248.

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

Color convert

RGB 112 75 26 -
CMYK 0 0.33 0.77 0.56
HSL 34.19º 0.62% 0.27% -
HSV(B) 34.19º 0.77% 0.44% -
XYZ 9.38 8.55 2.13 -
YUV 80.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 112 75 26 0 0.33 0.77 0.56 34.19 0.62 0.27
Hex 70 4B 1A 0 21 4D 38 22 3E 1B
Octal 160 113 32 0 41 115 70 42 76 33
Binary 1110000 1001011 11010 0 100001 1001101 111000 100010 111110 11011

Color Harmonies of #704B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B1A

Black with #704B1A

Text Example


Text Example

White with #704B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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