Html Css Color HEX #743612 Peru Tan

📋 copy color: '#743612'

red 116 ◦ green 54 ◦ blue 18

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

Shades of Peru Tan #743612

Tints of Peru Tan #743612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.72%

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

R = 61.7%
G = 28.72%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#743612 (or 0x743612) is known color: Peru Tan. HEX triplet: 74, 36 and 12. RGB value is (116,54,18). Sum of RGB (Red+Green+Blue) = 116+54+18=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #743612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743612 is #8BC9ED. Grayscale: #444444. Windows color (decimal): -9161198 or 1193588. OLE color: 1193588.

HSL color Cylindrical-coordinate representation of color #743612: hue angle of 22.04º 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 #743612 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 54 18 -
CMYK 0 0.53 0.84 0.55
HSL 22.04º 0.73% 0.26% -
HSV(B) 22.04º 0.84% 0.45% -
XYZ 8.63 6.4 1.35 -
YUV 68.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 116 54 18 0 0.53 0.84 0.55 22.04 0.73 0.26
Hex 74 36 12 0 35 54 37 16 49 1A
Octal 164 66 22 0 65 124 67 26 111 32
Binary 1110100 110110 10010 0 110101 1010100 110111 10110 1001001 11010

Color Harmonies of #743612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743612

Black with #743612

Text Example


Text Example

White with #743612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743612; }

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

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

background-color css

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

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

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

border-color css

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

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

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