Html Css Color HEX #742D10 Peru Tan

📋 copy color: '#742D10'

red 116 ◦ green 45 ◦ blue 16

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

Shades of Peru Tan #742D10

Tints of Peru Tan #742D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.04%

R = 65.54%
G = 25.42%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#742D10 (or 0x742D10) is known color: Peru Tan. HEX triplet: 74, 2D and 10. RGB value is (116,45,16). Sum of RGB (Red+Green+Blue) = 116+45+16=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #742D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742D10 is #8BD2EF. Grayscale: #3F3F3F. Windows color (decimal): -9163504 or 1060212. OLE color: 1060212.

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

Color convert

RGB 116 45 16 -
CMYK 0 0.61 0.86 0.55
HSL 17.4º 0.76% 0.26% -
HSV(B) 17.4º 0.86% 0.45% -
XYZ 8.23 5.63 1.14 -
YUV 62.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 116 45 16 0 0.61 0.86 0.55 17.4 0.76 0.26
Hex 74 2D 10 0 3D 56 37 11 4C 1A
Octal 164 55 20 0 75 126 67 21 114 32
Binary 1110100 101101 10000 0 111101 1010110 110111 10001 1001100 11010

Color Harmonies of #742D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D10

Black with #742D10

Text Example


Text Example

White with #742D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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