Html Css Color HEX #70391A Peru Tan

📋 copy color: '#70391A'

red 112 ◦ green 57 ◦ blue 26

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

Shades of Peru Tan #70391A

Tints of Peru Tan #70391A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.23%

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

R = 57.44%
G = 29.23%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70391A (or 0x70391A) is known color: Peru Tan. HEX triplet: 70, 39 and 1A. RGB value is (112,57,26). Sum of RGB (Red+Green+Blue) = 112+57+26=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #70391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70391A is #8FC6E5. Grayscale: #464646. Windows color (decimal): -9422566 or 1718640. OLE color: 1718640.

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

Color convert

RGB 112 57 26 -
CMYK 0 0.49 0.77 0.56
HSL 21.63º 0.62% 0.27% -
HSV(B) 21.63º 0.77% 0.44% -
XYZ 8.33 6.45 1.78 -
YUV 69.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 112 57 26 0 0.49 0.77 0.56 21.63 0.62 0.27
Hex 70 39 1A 0 31 4D 38 16 3E 1B
Octal 160 71 32 0 61 115 70 26 76 33
Binary 1110000 111001 11010 0 110001 1001101 111000 10110 111110 11011

Color Harmonies of #70391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70391A

Black with #70391A

Text Example


Text Example

White with #70391A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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