Html Css Color HEX #70531A Raw Umber

📋 copy color: '#70531A'

red 112 ◦ green 83 ◦ blue 26

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

Shades of Raw Umber #70531A

Tints of Raw Umber #70531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.76%

R = 50.68%
G = 37.56%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70531A (or 0x70531A) is known color: Raw Umber. HEX triplet: 70, 53 and 1A. RGB value is (112,83,26). Sum of RGB (Red+Green+Blue) = 112+83+26=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70531A is #8FACE5. Grayscale: #555555. Windows color (decimal): -9415910 or 1725296. OLE color: 1725296.

HSL color Cylindrical-coordinate representation of color #70531A: hue angle of 39.77º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70531A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 83 26 -
CMYK 0 0.26 0.77 0.56
HSL 39.77º 0.62% 0.27% -
HSV(B) 39.77º 0.77% 0.44% -
XYZ 9.96 9.71 2.33 -
YUV 85.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 112 83 26 0 0.26 0.77 0.56 39.77 0.62 0.27
Hex 70 53 1A 0 1A 4D 38 28 3E 1B
Octal 160 123 32 0 32 115 70 50 76 33
Binary 1110000 1010011 11010 0 11010 1001101 111000 101000 111110 11011

Color Harmonies of #70531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70531A

Black with #70531A

Text Example


Text Example

White with #70531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70531A; }

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

 H1.HeaderClassName
 {
   color: #70531A;
 }
 .AnyTagClassName
 {
   color: #70531A;
 }
</style>

background-color css

<style>
 a { background-color: #70531A; }

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

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

border-color css

<style>
 span { border-color: #70531A; }

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

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