Html Css Color HEX #70501A Raw Umber

📋 copy color: '#70501A'

red 112 ◦ green 80 ◦ blue 26

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

Shades of Raw Umber #70501A

Tints of Raw Umber #70501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

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

R = 51.38%
G = 36.7%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70501A (or 0x70501A) is known color: Raw Umber. HEX triplet: 70, 50 and 1A. RGB value is (112,80,26). Sum of RGB (Red+Green+Blue) = 112+80+26=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #70501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70501A is #8FAFE5. Grayscale: #535353. Windows color (decimal): -9416678 or 1724528. OLE color: 1724528.

HSL color Cylindrical-coordinate representation of color #70501A: hue angle of 37.67º 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 #70501A is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 26 -
CMYK 0 0.29 0.77 0.56
HSL 37.67º 0.62% 0.27% -
HSV(B) 37.67º 0.77% 0.44% -
XYZ 9.74 9.26 2.25 -
YUV 83.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 112 80 26 0 0.29 0.77 0.56 37.67 0.62 0.27
Hex 70 50 1A 0 1D 4D 38 26 3E 1B
Octal 160 120 32 0 35 115 70 46 76 33
Binary 1110000 1010000 11010 0 11101 1001101 111000 100110 111110 11011

Color Harmonies of #70501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70501A

Black with #70501A

Text Example


Text Example

White with #70501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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