Html Css Color HEX #742D11 Peru Tan

📋 copy color: '#742D11'

red 116 ◦ green 45 ◦ blue 17

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

Shades of Peru Tan #742D11

Tints of Peru Tan #742D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.55%

R = 65.17%
G = 25.28%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#742D11 (or 0x742D11) is known color: Peru Tan. HEX triplet: 74, 2D and 11. RGB value is (116,45,17). Sum of RGB (Red+Green+Blue) = 116+45+17=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #742D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742D11 is #8BD2EE. Grayscale: #3F3F3F. Windows color (decimal): -9163503 or 1125748. OLE color: 1125748.

HSL color Cylindrical-coordinate representation of color #742D11: hue angle of 16.97º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #742D11 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 45 17 -
CMYK 0 0.61 0.85 0.55
HSL 16.97º 0.74% 0.26% -
HSV(B) 16.97º 0.85% 0.45% -
XYZ 8.24 5.63 1.18 -
YUV 63.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 116 45 17 0 0.61 0.85 0.55 16.97 0.74 0.26
Hex 74 2D 11 0 3D 55 37 11 4A 1A
Octal 164 55 21 0 75 125 67 21 112 32
Binary 1110100 101101 10001 0 111101 1010101 110111 10001 1001010 11010

Color Harmonies of #742D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D11

Black with #742D11

Text Example


Text Example

White with #742D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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