Html Css Color HEX #70381D Peru Tan

📋 copy color: '#70381D'

red 112 ◦ green 56 ◦ blue 29

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

Shades of Peru Tan #70381D

Tints of Peru Tan #70381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

 BLUE value IS 29 (11.72% from 255) = 14.72%

R = 56.85%
G = 28.43%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70381D (or 0x70381D) is known color: Peru Tan. HEX triplet: 70, 38 and 1D. RGB value is (112,56,29). Sum of RGB (Red+Green+Blue) = 112+56+29=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #70381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70381D is #8FC7E2. Grayscale: #454545. Windows color (decimal): -9422819 or 1914992. OLE color: 1914992.

HSL color Cylindrical-coordinate representation of color #70381D: hue angle of 19.52º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70381D is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 29 -
CMYK 0 0.50 0.74 0.56
HSL 19.52º 0.59% 0.28% -
HSV(B) 19.52º 0.74% 0.44% -
XYZ 8.32 6.36 1.95 -
YUV 69.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 112 56 29 0 0.50 0.74 0.56 19.52 0.59 0.28
Hex 70 38 1D 0 32 4A 38 14 3B 1C
Octal 160 70 35 0 62 112 70 24 73 34
Binary 1110000 111000 11101 0 110010 1001010 111000 10100 111011 11100

Color Harmonies of #70381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70381D

Black with #70381D

Text Example


Text Example

White with #70381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70381D; }

 p { color: rgb(112,56,29); }

 H1.HeaderClassName
 {
   color: #70381D;
 }
 .AnyTagClassName
 {
   color: #70381D;
 }
</style>

background-color css

<style>
 a { background-color: #70381D; }

 a { background-color: rgb(112,56,29); }

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

border-color css

<style>
 span { border-color: #70381D; }

 span { border-color: rgb(112,56,29); }

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