Html Css Color HEX #70530B Raw Umber

📋 copy color: '#70530B'

red 112 ◦ green 83 ◦ blue 11

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

Shades of Raw Umber #70530B

Tints of Raw Umber #70530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.34%

R = 54.37%
G = 40.29%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70530B (or 0x70530B) is known color: Raw Umber. HEX triplet: 70, 53 and 0B. RGB value is (112,83,11). Sum of RGB (Red+Green+Blue) = 112+83+11=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70530B is #8FACF4. Grayscale: #535353. Windows color (decimal): -9415925 or 742256. OLE color: 742256.

HSL color Cylindrical-coordinate representation of color #70530B: hue angle of 42.77º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70530B is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 83 11 -
CMYK 0 0.26 0.90 0.56
HSL 42.77º 0.82% 0.24% -
HSV(B) 42.77º 0.9% 0.44% -
XYZ 9.84 9.66 1.66 -
YUV 83.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 112 83 11 0 0.26 0.90 0.56 42.77 0.82 0.24
Hex 70 53 B 0 1A 5A 38 2B 52 18
Octal 160 123 13 0 32 132 70 53 122 30
Binary 1110000 1010011 1011 0 11010 1011010 111000 101011 1010010 11000

Color Harmonies of #70530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70530B

Black with #70530B

Text Example


Text Example

White with #70530B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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