Html Css Color HEX #70521D Raw Umber

📋 copy color: '#70521D'

red 112 ◦ green 82 ◦ blue 29

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

Shades of Raw Umber #70521D

Tints of Raw Umber #70521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.77%

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

R = 50.22%
G = 36.77%
B = 13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70521D (or 0x70521D) is known color: Raw Umber. HEX triplet: 70, 52 and 1D. RGB value is (112,82,29). Sum of RGB (Red+Green+Blue) = 112+82+29=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70521D is #8FADE2. Grayscale: #555555. Windows color (decimal): -9416163 or 1921648. OLE color: 1921648.

HSL color Cylindrical-coordinate representation of color #70521D: hue angle of 38.31º 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 #70521D is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 82 29 -
CMYK 0 0.27 0.74 0.56
HSL 38.31º 0.59% 0.28% -
HSV(B) 38.31º 0.74% 0.44% -
XYZ 9.92 9.57 2.49 -
YUV 84.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 112 82 29 0 0.27 0.74 0.56 38.31 0.59 0.28
Hex 70 52 1D 0 1B 4A 38 26 3B 1C
Octal 160 122 35 0 33 112 70 46 73 34
Binary 1110000 1010010 11101 0 11011 1001010 111000 100110 111011 11100

Color Harmonies of #70521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70521D

Black with #70521D

Text Example


Text Example

White with #70521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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