Html Css Color HEX #70361A Peru Tan

📋 copy color: '#70361A'

red 112 ◦ green 54 ◦ blue 26

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

Shades of Peru Tan #70361A

Tints of Peru Tan #70361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.13%

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

R = 58.33%
G = 28.13%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70361A (or 0x70361A) is known color: Peru Tan. HEX triplet: 70, 36 and 1A. RGB value is (112,54,26). Sum of RGB (Red+Green+Blue) = 112+54+26=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70361A is #8FC9E5. Grayscale: #444444. Windows color (decimal): -9423334 or 1717872. OLE color: 1717872.

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

Color convert

RGB 112 54 26 -
CMYK 0 0.52 0.77 0.56
HSL 19.53º 0.62% 0.27% -
HSV(B) 19.53º 0.77% 0.44% -
XYZ 8.19 6.16 1.73 -
YUV 68.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 112 54 26 0 0.52 0.77 0.56 19.53 0.62 0.27
Hex 70 36 1A 0 34 4D 38 14 3E 1B
Octal 160 66 32 0 64 115 70 24 76 33
Binary 1110000 110110 11010 0 110100 1001101 111000 10100 111110 11011

Color Harmonies of #70361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70361A

Black with #70361A

Text Example


Text Example

White with #70361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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