Html Css Color HEX #70361C Peru Tan

📋 copy color: '#70361C'

red 112 ◦ green 54 ◦ blue 28

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

Shades of Peru Tan #70361C

Tints of Peru Tan #70361C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.43%

R = 57.73%
G = 27.84%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#70361C (or 0x70361C) is known color: Peru Tan. HEX triplet: 70, 36 and 1C. RGB value is (112,54,28). Sum of RGB (Red+Green+Blue) = 112+54+28=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70361C is #8FC9E3. Grayscale: #444444. Windows color (decimal): -9423332 or 1848944. OLE color: 1848944.

HSL color Cylindrical-coordinate representation of color #70361C: hue angle of 18.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70361C is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 54 28 -
CMYK 0 0.52 0.75 0.56
HSL 18.57º 0.6% 0.27% -
HSV(B) 18.57º 0.75% 0.44% -
XYZ 8.21 6.17 1.86 -
YUV 68.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 112 54 28 0 0.52 0.75 0.56 18.57 0.6 0.27
Hex 70 36 1C 0 34 4B 38 13 3C 1B
Octal 160 66 34 0 64 113 70 23 74 33
Binary 1110000 110110 11100 0 110100 1001011 111000 10011 111100 11011

Color Harmonies of #70361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70361C

Black with #70361C

Text Example


Text Example

White with #70361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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