Html Css Color HEX #70530D Raw Umber

📋 copy color: '#70530D'

red 112 ◦ green 83 ◦ blue 13

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

Shades of Raw Umber #70530D

Tints of Raw Umber #70530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.9%

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

R = 53.85%
G = 39.9%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70530D (or 0x70530D) is known color: Raw Umber. HEX triplet: 70, 53 and 0D. RGB value is (112,83,13). Sum of RGB (Red+Green+Blue) = 112+83+13=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70530D is #8FACF2. Grayscale: #545454. Windows color (decimal): -9415923 or 873328. OLE color: 873328.

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

Color convert

RGB 112 83 13 -
CMYK 0 0.26 0.88 0.56
HSL 42.42º 0.79% 0.25% -
HSV(B) 42.42º 0.88% 0.44% -
XYZ 9.85 9.66 1.73 -
YUV 83.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 112 83 13 0 0.26 0.88 0.56 42.42 0.79 0.25
Hex 70 53 D 0 1A 58 38 2A 4F 19
Octal 160 123 15 0 32 130 70 52 117 31
Binary 1110000 1010011 1101 0 11010 1011000 111000 101010 1001111 11001

Color Harmonies of #70530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70530D

Black with #70530D

Text Example


Text Example

White with #70530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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