Html Css Color HEX #743D1E Peru Tan

📋 copy color: '#743D1E'

red 116 ◦ green 61 ◦ blue 30

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

Shades of Peru Tan #743D1E

Tints of Peru Tan #743D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.47%

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 56.04%
G = 29.47%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#743D1E (or 0x743D1E) is known color: Peru Tan. HEX triplet: 74, 3D and 1E. RGB value is (116,61,30). Sum of RGB (Red+Green+Blue) = 116+61+30=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #743D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D1E is #8BC2E1. Grayscale: #4A4A4A. Windows color (decimal): -9159394 or 1981812. OLE color: 1981812.

HSL color Cylindrical-coordinate representation of color #743D1E: hue angle of 21.63º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #743D1E is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 61 30 -
CMYK 0 0.47 0.74 0.55
HSL 21.63º 0.59% 0.29% -
HSV(B) 21.63º 0.74% 0.45% -
XYZ 9.11 7.14 2.13 -
YUV 73.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 116 61 30 0 0.47 0.74 0.55 21.63 0.59 0.29
Hex 74 3D 1E 0 2F 4A 37 16 3B 1D
Octal 164 75 36 0 57 112 67 26 73 35
Binary 1110100 111101 11110 0 101111 1001010 110111 10110 111011 11101

Color Harmonies of #743D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D1E

Black with #743D1E

Text Example


Text Example

White with #743D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,61,30); }

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

background-color css

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

 a { background-color: rgb(116,61,30); }

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

border-color css

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

 span { border-color: rgb(116,61,30); }

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