Html Css Color HEX #742909 Peru Tan

📋 copy color: '#742909'

red 116 ◦ green 41 ◦ blue 9

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

Shades of Peru Tan #742909

Tints of Peru Tan #742909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.7%

 BLUE value IS 9 (3.91% from 255) = 5.42%

R = 69.88%
G = 24.7%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#742909 (or 0x742909) is known color: Peru Tan. HEX triplet: 74, 29 and 09. RGB value is (116,41,9). Sum of RGB (Red+Green+Blue) = 116+41+9=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #742909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742909 is #8BD6F6. Grayscale: #3B3B3B. Windows color (decimal): -9164535 or 600436. OLE color: 600436.

HSL color Cylindrical-coordinate representation of color #742909: hue angle of 17.94º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #742909 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 9 -
CMYK 0 0.65 0.92 0.55
HSL 17.94º 0.86% 0.25% -
HSV(B) 17.94º 0.92% 0.45% -
XYZ 8.04 5.32 0.86 -
YUV 59.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 116 41 9 0 0.65 0.92 0.55 17.94 0.86 0.25
Hex 74 29 9 0 41 5C 37 12 56 19
Octal 164 51 11 0 101 134 67 22 126 31
Binary 1110100 101001 1001 0 1000001 1011100 110111 10010 1010110 11001

Color Harmonies of #742909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742909

Black with #742909

Text Example


Text Example

White with #742909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742909; }

 p { color: rgb(116,41,9); }

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

background-color css

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

 a { background-color: rgb(116,41,9); }

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

border-color css

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

 span { border-color: rgb(116,41,9); }

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