Html Css Color HEX #70501D Raw Umber

📋 copy color: '#70501D'

red 112 ◦ green 80 ◦ blue 29

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

Shades of Raw Umber #70501D

Tints of Raw Umber #70501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.2%

 BLUE value IS 29 (11.72% from 255) = 13.12%

R = 50.68%
G = 36.2%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70501D (or 0x70501D) is known color: Raw Umber. HEX triplet: 70, 50 and 1D. RGB value is (112,80,29). Sum of RGB (Red+Green+Blue) = 112+80+29=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70501D is #8FAFE2. Grayscale: #535353. Windows color (decimal): -9416675 or 1921136. OLE color: 1921136.

HSL color Cylindrical-coordinate representation of color #70501D: hue angle of 36.87º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70501D is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 29 -
CMYK 0 0.29 0.74 0.56
HSL 36.87º 0.59% 0.28% -
HSV(B) 36.87º 0.74% 0.44% -
XYZ 9.77 9.27 2.44 -
YUV 83.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 112 80 29 0 0.29 0.74 0.56 36.87 0.59 0.28
Hex 70 50 1D 0 1D 4A 38 25 3B 1C
Octal 160 120 35 0 35 112 70 45 73 34
Binary 1110000 1010000 11101 0 11101 1001010 111000 100101 111011 11100

Color Harmonies of #70501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70501D

Black with #70501D

Text Example


Text Example

White with #70501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70501D; }

 p { color: rgb(112,80,29); }

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

background-color css

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

 a { background-color: rgb(112,80,29); }

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

border-color css

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

 span { border-color: rgb(112,80,29); }

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