Html Css Color HEX #742F15 Peru Tan

📋 copy color: '#742F15'

red 116 ◦ green 47 ◦ blue 21

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

Shades of Peru Tan #742F15

Tints of Peru Tan #742F15

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.54%

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 63.04%
G = 25.54%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#742F15 (or 0x742F15) is known color: Peru Tan. HEX triplet: 74, 2F and 15. RGB value is (116,47,21). Sum of RGB (Red+Green+Blue) = 116+47+21=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #742F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742F15 is #8BD0EA. Grayscale: #404040. Windows color (decimal): -9162987 or 1388404. OLE color: 1388404.

HSL color Cylindrical-coordinate representation of color #742F15: hue angle of 16.42º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742F15 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 47 21 -
CMYK 0 0.59 0.82 0.55
HSL 16.42º 0.69% 0.27% -
HSV(B) 16.42º 0.82% 0.45% -
XYZ 8.35 5.8 1.39 -
YUV 64.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 116 47 21 0 0.59 0.82 0.55 16.42 0.69 0.27
Hex 74 2F 15 0 3B 52 37 10 45 1B
Octal 164 57 25 0 73 122 67 20 105 33
Binary 1110100 101111 10101 0 111011 1010010 110111 10000 1000101 11011

Color Harmonies of #742F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F15

Black with #742F15

Text Example


Text Example

White with #742F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,47,21); }

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

background-color css

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

 a { background-color: rgb(116,47,21); }

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

border-color css

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

 span { border-color: rgb(116,47,21); }

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