Html Css Color HEX #742F0F Peru Tan

📋 copy color: '#742F0F'

red 116 ◦ green 47 ◦ blue 15

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

Shades of Peru Tan #742F0F

Tints of Peru Tan #742F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 65.17%
G = 26.4%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#742F0F (or 0x742F0F) is known color: Peru Tan. HEX triplet: 74, 2F and 0F. RGB value is (116,47,15). Sum of RGB (Red+Green+Blue) = 116+47+15=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #742F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742F0F is #8BD0F0. Grayscale: #404040. Windows color (decimal): -9162993 or 995188. OLE color: 995188.

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

Color convert

RGB 116 47 15 -
CMYK 0 0.59 0.87 0.55
HSL 19.01º 0.77% 0.26% -
HSV(B) 19.01º 0.87% 0.45% -
XYZ 8.31 5.78 1.13 -
YUV 63.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 116 47 15 0 0.59 0.87 0.55 19.01 0.77 0.26
Hex 74 2F F 0 3B 57 37 13 4D 1A
Octal 164 57 17 0 73 127 67 23 115 32
Binary 1110100 101111 1111 0 111011 1010111 110111 10011 1001101 11010

Color Harmonies of #742F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F0F

Black with #742F0F

Text Example


Text Example

White with #742F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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