Html Css Color HEX #743A0D Peru Tan

📋 copy color: '#743A0D'

red 116 ◦ green 58 ◦ blue 13

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

Shades of Peru Tan #743A0D

Tints of Peru Tan #743A0D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.02%

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

R = 62.03%
G = 31.02%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#743A0D (or 0x743A0D) is known color: Peru Tan. HEX triplet: 74, 3A and 0D. RGB value is (116,58,13). Sum of RGB (Red+Green+Blue) = 116+58+13=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #743A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743A0D is #8BC5F2. Grayscale: #464646. Windows color (decimal): -9160179 or 866932. OLE color: 866932.

HSL color Cylindrical-coordinate representation of color #743A0D: hue angle of 26.21º 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 #743A0D is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 58 13 -
CMYK 0 0.5 0.89 0.55
HSL 26.21º 0.8% 0.25% -
HSV(B) 26.21º 0.89% 0.45% -
XYZ 8.79 6.77 1.22 -
YUV 70.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 116 58 13 0 0.5 0.89 0.55 26.21 0.8 0.25
Hex 74 3A D 0 32 59 37 1A 50 19
Octal 164 72 15 0 62 131 67 32 120 31
Binary 1110100 111010 1101 0 110010 1011001 110111 11010 1010000 11001

Color Harmonies of #743A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A0D

Black with #743A0D

Text Example


Text Example

White with #743A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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