Html Css Color HEX #70450E Raw Umber

📋 copy color: '#70450E'

red 112 ◦ green 69 ◦ blue 14

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

Shades of Raw Umber #70450E

Tints of Raw Umber #70450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.38%

 BLUE value IS 14 (5.86% from 255) = 7.18%

R = 57.44%
G = 35.38%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70450E (or 0x70450E) is known color: Raw Umber. HEX triplet: 70, 45 and 0E. RGB value is (112,69,14). Sum of RGB (Red+Green+Blue) = 112+69+14=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #70450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70450E is #8FBAF1. Grayscale: #4B4B4B. Windows color (decimal): -9419506 or 935280. OLE color: 935280.

HSL color Cylindrical-coordinate representation of color #70450E: hue angle of 33.67º degrees, saturation: 0.78, 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 #70450E is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 69 14 -
CMYK 0 0.38 0.88 0.56
HSL 33.67º 0.78% 0.25% -
HSV(B) 33.67º 0.88% 0.44% -
XYZ 8.89 7.73 1.44 -
YUV 75.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 112 69 14 0 0.38 0.88 0.56 33.67 0.78 0.25
Hex 70 45 E 0 26 58 38 22 4E 19
Octal 160 105 16 0 46 130 70 42 116 31
Binary 1110000 1000101 1110 0 100110 1011000 111000 100010 1001110 11001

Color Harmonies of #70450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70450E

Black with #70450E

Text Example


Text Example

White with #70450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70450E; }

 p { color: rgb(112,69,14); }

 H1.HeaderClassName
 {
   color: #70450E;
 }
 .AnyTagClassName
 {
   color: #70450E;
 }
</style>

background-color css

<style>
 a { background-color: #70450E; }

 a { background-color: rgb(112,69,14); }

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

border-color css

<style>
 span { border-color: #70450E; }

 span { border-color: rgb(112,69,14); }

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