Html Css Color HEX #70380E Peru Tan

📋 copy color: '#70380E'

red 112 ◦ green 56 ◦ blue 14

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

Shades of Peru Tan #70380E

Tints of Peru Tan #70380E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.69%

R = 61.54%
G = 30.77%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70380E (or 0x70380E) is known color: Peru Tan. HEX triplet: 70, 38 and 0E. RGB value is (112,56,14). Sum of RGB (Red+Green+Blue) = 112+56+14=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #70380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70380E is #8FC7F1. Grayscale: #444444. Windows color (decimal): -9422834 or 931952. OLE color: 931952.

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

Color convert

RGB 112 56 14 -
CMYK 0 0.50 0.88 0.56
HSL 25.71º 0.78% 0.25% -
HSV(B) 25.71º 0.88% 0.44% -
XYZ 8.18 6.3 1.2 -
YUV 67.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 112 56 14 0 0.50 0.88 0.56 25.71 0.78 0.25
Hex 70 38 E 0 32 58 38 1A 4E 19
Octal 160 70 16 0 62 130 70 32 116 31
Binary 1110000 111000 1110 0 110010 1011000 111000 11010 1001110 11001

Color Harmonies of #70380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70380E

Black with #70380E

Text Example


Text Example

White with #70380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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