Html Css Color HEX #70570C Raw Umber

📋 copy color: '#70570C'

red 112 ◦ green 87 ◦ blue 12

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

Shades of Raw Umber #70570C

Tints of Raw Umber #70570C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 53.08%
G = 41.23%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70570C (or 0x70570C) is known color: Raw Umber. HEX triplet: 70, 57 and 0C. RGB value is (112,87,12). Sum of RGB (Red+Green+Blue) = 112+87+12=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70570C is #8FA8F3. Grayscale: #565656. Windows color (decimal): -9414900 or 808816. OLE color: 808816.

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

Color convert

RGB 112 87 12 -
CMYK 0 0.22 0.89 0.56
HSL 45º 0.81% 0.24% -
HSV(B) 45º 0.89% 0.44% -
XYZ 10.16 10.29 1.8 -
YUV 85.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 112 87 12 0 0.22 0.89 0.56 45 0.81 0.24
Hex 70 57 C 0 16 59 38 2D 51 18
Octal 160 127 14 0 26 131 70 55 121 30
Binary 1110000 1010111 1100 0 10110 1011001 111000 101101 1010001 11000

Color Harmonies of #70570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70570C

Black with #70570C

Text Example


Text Example

White with #70570C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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