Html Css Color HEX #70380C Peru Tan

📋 copy color: '#70380C'

red 112 ◦ green 56 ◦ blue 12

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

Shades of Peru Tan #70380C

Tints of Peru Tan #70380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.67%

R = 62.22%
G = 31.11%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70380C (or 0x70380C) is known color: Peru Tan. HEX triplet: 70, 38 and 0C. RGB value is (112,56,12). Sum of RGB (Red+Green+Blue) = 112+56+12=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #70380C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70380C is #8FC7F3. Grayscale: #434343. Windows color (decimal): -9422836 or 800880. OLE color: 800880.

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

Color convert

RGB 112 56 12 -
CMYK 0 0.50 0.89 0.56
HSL 26.4º 0.81% 0.24% -
HSV(B) 26.4º 0.89% 0.44% -
XYZ 8.16 6.3 1.13 -
YUV 67.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 112 56 12 0 0.50 0.89 0.56 26.4 0.81 0.24
Hex 70 38 C 0 32 59 38 1A 51 18
Octal 160 70 14 0 62 131 70 32 121 30
Binary 1110000 111000 1100 0 110010 1011001 111000 11010 1010001 11000

Color Harmonies of #70380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70380C

Black with #70380C

Text Example


Text Example

White with #70380C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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