Html Css Color HEX #70381E Peru Tan

📋 copy color: '#70381E'

red 112 ◦ green 56 ◦ blue 30

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

Shades of Peru Tan #70381E

Tints of Peru Tan #70381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 56.57%
G = 28.28%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70381E (or 0x70381E) is known color: Peru Tan. HEX triplet: 70, 38 and 1E. RGB value is (112,56,30). Sum of RGB (Red+Green+Blue) = 112+56+30=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #70381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70381E is #8FC7E1. Grayscale: #454545. Windows color (decimal): -9422818 or 1980528. OLE color: 1980528.

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

Color convert

RGB 112 56 30 -
CMYK 0 0.50 0.73 0.56
HSL 19.02º 0.58% 0.28% -
HSV(B) 19.02º 0.73% 0.44% -
XYZ 8.33 6.37 2.02 -
YUV 69.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 112 56 30 0 0.50 0.73 0.56 19.02 0.58 0.28
Hex 70 38 1E 0 32 49 38 13 3A 1C
Octal 160 70 36 0 62 111 70 23 72 34
Binary 1110000 111000 11110 0 110010 1001001 111000 10011 111010 11100

Color Harmonies of #70381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70381E

Black with #70381E

Text Example


Text Example

White with #70381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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