Html Css Color HEX #70570A Raw Umber

📋 copy color: '#70570A'

red 112 ◦ green 87 ◦ blue 10

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

Shades of Raw Umber #70570A

Tints of Raw Umber #70570A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.63%

 BLUE value IS 10 (4.3% from 255) = 4.78%

R = 53.59%
G = 41.63%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70570A (or 0x70570A) is known color: Raw Umber. HEX triplet: 70, 57 and 0A. RGB value is (112,87,10). Sum of RGB (Red+Green+Blue) = 112+87+10=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70570A is #8FA8F5. Grayscale: #565656. Windows color (decimal): -9414902 or 677744. OLE color: 677744.

HSL color Cylindrical-coordinate representation of color #70570A: hue angle of 45.29º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70570A is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 87 10 -
CMYK 0 0.22 0.91 0.56
HSL 45.29º 0.84% 0.24% -
HSV(B) 45.29º 0.91% 0.44% -
XYZ 10.15 10.28 1.74 -
YUV 85.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 112 87 10 0 0.22 0.91 0.56 45.29 0.84 0.24
Hex 70 57 A 0 16 5B 38 2D 54 18
Octal 160 127 12 0 26 133 70 55 124 30
Binary 1110000 1010111 1010 0 10110 1011011 111000 101101 1010100 11000

Color Harmonies of #70570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70570A

Black with #70570A

Text Example


Text Example

White with #70570A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70570A; }

 p { color: rgb(112,87,10); }

 H1.HeaderClassName
 {
   color: #70570A;
 }
 .AnyTagClassName
 {
   color: #70570A;
 }
</style>

background-color css

<style>
 a { background-color: #70570A; }

 a { background-color: rgb(112,87,10); }

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

border-color css

<style>
 span { border-color: #70570A; }

 span { border-color: rgb(112,87,10); }

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