Html Css Color HEX #743012 Peru Tan

📋 copy color: '#743012'

red 116 ◦ green 48 ◦ blue 18

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

Shades of Peru Tan #743012

Tints of Peru Tan #743012

RGB

 RED value IS 116 (45.7% from 255) = 63.74%

 GREEN value IS 48 (19.14% from 255) = 26.37%

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 63.74%
G = 26.37%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#743012 (or 0x743012) is known color: Peru Tan. HEX triplet: 74, 30 and 12. RGB value is (116,48,18). Sum of RGB (Red+Green+Blue) = 116+48+18=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #743012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743012 is #8BCFED. Grayscale: #414141. Windows color (decimal): -9162734 or 1192052. OLE color: 1192052.

HSL color Cylindrical-coordinate representation of color #743012: hue angle of 18.37º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #743012 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 48 18 -
CMYK 0 0.59 0.84 0.55
HSL 18.37º 0.73% 0.26% -
HSV(B) 18.37º 0.84% 0.45% -
XYZ 8.37 5.87 1.26 -
YUV 64.91 101.53 164.44 -
System Red Green Blue C M Y K H S L
Decimal 116 48 18 0 0.59 0.84 0.55 18.37 0.73 0.26
Hex 74 30 12 0 3B 54 37 12 49 1A
Octal 164 60 22 0 73 124 67 22 111 32
Binary 1110100 110000 10010 0 111011 1010100 110111 10010 1001001 11010

Color Harmonies of #743012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743012

Black with #743012

Text Example


Text Example

White with #743012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743012; }

 p { color: rgb(116,48,18); }

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

background-color css

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

 a { background-color: rgb(116,48,18); }

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

border-color css

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

 span { border-color: rgb(116,48,18); }

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