Html Css Color HEX #70540D Raw Umber

📋 copy color: '#70540D'

red 112 ◦ green 84 ◦ blue 13

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

Shades of Raw Umber #70540D

Tints of Raw Umber #70540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.19%

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

R = 53.59%
G = 40.19%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70540D (or 0x70540D) is known color: Raw Umber. HEX triplet: 70, 54 and 0D. RGB value is (112,84,13). Sum of RGB (Red+Green+Blue) = 112+84+13=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70540D is #8FABF2. Grayscale: #545454. Windows color (decimal): -9415667 or 873584. OLE color: 873584.

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

Color convert

RGB 112 84 13 -
CMYK 0 0.25 0.88 0.56
HSL 43.03º 0.79% 0.25% -
HSV(B) 43.03º 0.88% 0.44% -
XYZ 9.93 9.81 1.75 -
YUV 84.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 112 84 13 0 0.25 0.88 0.56 43.03 0.79 0.25
Hex 70 54 D 0 19 58 38 2B 4F 19
Octal 160 124 15 0 31 130 70 53 117 31
Binary 1110000 1010100 1101 0 11001 1011000 111000 101011 1001111 11001

Color Harmonies of #70540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70540D

Black with #70540D

Text Example


Text Example

White with #70540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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