Html Css Color HEX #70500D Raw Umber

📋 copy color: '#70500D'

red 112 ◦ green 80 ◦ blue 13

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

Shades of Raw Umber #70500D

Tints of Raw Umber #70500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.34%

R = 54.63%
G = 39.02%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70500D (or 0x70500D) is known color: Raw Umber. HEX triplet: 70, 50 and 0D. RGB value is (112,80,13). Sum of RGB (Red+Green+Blue) = 112+80+13=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70500D is #8FAFF2. Grayscale: #525252. Windows color (decimal): -9416691 or 872560. OLE color: 872560.

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

Color convert

RGB 112 80 13 -
CMYK 0 0.29 0.88 0.56
HSL 40.61º 0.79% 0.25% -
HSV(B) 40.61º 0.88% 0.44% -
XYZ 9.62 9.21 1.65 -
YUV 81.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 112 80 13 0 0.29 0.88 0.56 40.61 0.79 0.25
Hex 70 50 D 0 1D 58 38 29 4F 19
Octal 160 120 15 0 35 130 70 51 117 31
Binary 1110000 1010000 1101 0 11101 1011000 111000 101001 1001111 11001

Color Harmonies of #70500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70500D

Black with #70500D

Text Example


Text Example

White with #70500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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