Html Css Color HEX #742D09 Peru Tan

📋 copy color: '#742D09'

red 116 ◦ green 45 ◦ blue 9

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

Shades of Peru Tan #742D09

Tints of Peru Tan #742D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.47%

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

R = 68.24%
G = 26.47%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#742D09 (or 0x742D09) is known color: Peru Tan. HEX triplet: 74, 2D and 09. RGB value is (116,45,9). Sum of RGB (Red+Green+Blue) = 116+45+9=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #742D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742D09 is #8BD2F6. Grayscale: #3E3E3E. Windows color (decimal): -9163511 or 601460. OLE color: 601460.

HSL color Cylindrical-coordinate representation of color #742D09: hue angle of 20.19º 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 #742D09 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 45 9 -
CMYK 0 0.61 0.92 0.55
HSL 20.19º 0.86% 0.25% -
HSV(B) 20.19º 0.92% 0.45% -
XYZ 8.19 5.61 0.91 -
YUV 62.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 116 45 9 0 0.61 0.92 0.55 20.19 0.86 0.25
Hex 74 2D 9 0 3D 5C 37 14 56 19
Octal 164 55 11 0 75 134 67 24 126 31
Binary 1110100 101101 1001 0 111101 1011100 110111 10100 1010110 11001

Color Harmonies of #742D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D09

Black with #742D09

Text Example


Text Example

White with #742D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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