Html Css Color HEX #742A0D Peru Tan

📋 copy color: '#742A0D'

red 116 ◦ green 42 ◦ blue 13

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

Shades of Peru Tan #742A0D

Tints of Peru Tan #742A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.56%

 BLUE value IS 13 (5.47% from 255) = 7.6%

R = 67.84%
G = 24.56%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#742A0D (or 0x742A0D) is known color: Peru Tan. HEX triplet: 74, 2A and 0D. RGB value is (116,42,13). Sum of RGB (Red+Green+Blue) = 116+42+13=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #742A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742A0D is #8BD5F2. Grayscale: #3D3D3D. Windows color (decimal): -9164275 or 862836. OLE color: 862836.

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

Color convert

RGB 116 42 13 -
CMYK 0 0.64 0.89 0.55
HSL 16.89º 0.8% 0.25% -
HSV(B) 16.89º 0.89% 0.45% -
XYZ 8.1 5.4 1 -
YUV 60.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 116 42 13 0 0.64 0.89 0.55 16.89 0.8 0.25
Hex 74 2A D 0 40 59 37 11 50 19
Octal 164 52 15 0 100 131 67 21 120 31
Binary 1110100 101010 1101 0 1000000 1011001 110111 10001 1010000 11001

Color Harmonies of #742A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A0D

Black with #742A0D

Text Example


Text Example

White with #742A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,42,13); }

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

background-color css

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

 a { background-color: rgb(116,42,13); }

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

border-color css

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

 span { border-color: rgb(116,42,13); }

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