Html Css Color HEX #70530C Raw Umber

📋 copy color: '#70530C'

red 112 ◦ green 83 ◦ blue 12

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

Shades of Raw Umber #70530C

Tints of Raw Umber #70530C

RGB

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

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

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

R = 54.11%
G = 40.1%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70530C (or 0x70530C) is known color: Raw Umber. HEX triplet: 70, 53 and 0C. RGB value is (112,83,12). Sum of RGB (Red+Green+Blue) = 112+83+12=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70530C is #8FACF3. Grayscale: #535353. Windows color (decimal): -9415924 or 807792. OLE color: 807792.

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

Color convert

RGB 112 83 12 -
CMYK 0 0.26 0.89 0.56
HSL 42.6º 0.81% 0.24% -
HSV(B) 42.6º 0.89% 0.44% -
XYZ 9.84 9.66 1.69 -
YUV 83.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 112 83 12 0 0.26 0.89 0.56 42.6 0.81 0.24
Hex 70 53 C 0 1A 59 38 2B 51 18
Octal 160 123 14 0 32 131 70 53 121 30
Binary 1110000 1010011 1100 0 11010 1011001 111000 101011 1010001 11000

Color Harmonies of #70530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70530C

Black with #70530C

Text Example


Text Example

White with #70530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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