Html Css Color HEX #742E0A Peru Tan

📋 copy color: '#742E0A'

red 116 ◦ green 46 ◦ blue 10

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

Shades of Peru Tan #742E0A

Tints of Peru Tan #742E0A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.74%

 BLUE value IS 10 (4.3% from 255) = 5.81%

R = 67.44%
G = 26.74%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#742E0A (or 0x742E0A) is known color: Peru Tan. HEX triplet: 74, 2E and 0A. RGB value is (116,46,10). Sum of RGB (Red+Green+Blue) = 116+46+10=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #742E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742E0A is #8BD1F5. Grayscale: #3F3F3F. Windows color (decimal): -9163254 or 667252. OLE color: 667252.

HSL color Cylindrical-coordinate representation of color #742E0A: hue angle of 20.38º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #742E0A is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 46 10 -
CMYK 0 0.60 0.91 0.55
HSL 20.38º 0.84% 0.25% -
HSV(B) 20.38º 0.91% 0.45% -
XYZ 8.23 5.69 0.95 -
YUV 62.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 116 46 10 0 0.60 0.91 0.55 20.38 0.84 0.25
Hex 74 2E A 0 3C 5B 37 14 54 19
Octal 164 56 12 0 74 133 67 24 124 31
Binary 1110100 101110 1010 0 111100 1011011 110111 10100 1010100 11001

Color Harmonies of #742E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E0A

Black with #742E0A

Text Example


Text Example

White with #742E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,46,10); }

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

background-color css

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

 a { background-color: rgb(116,46,10); }

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

border-color css

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

 span { border-color: rgb(116,46,10); }

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