Html Css Color HEX #743D1C Peru Tan

📋 copy color: '#743D1C'

red 116 ◦ green 61 ◦ blue 28

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

Shades of Peru Tan #743D1C

Tints of Peru Tan #743D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.66%

R = 56.59%
G = 29.76%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#743D1C (or 0x743D1C) is known color: Peru Tan. HEX triplet: 74, 3D and 1C. RGB value is (116,61,28). Sum of RGB (Red+Green+Blue) = 116+61+28=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #743D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D1C is #8BC2E3. Grayscale: #494949. Windows color (decimal): -9159396 or 1850740. OLE color: 1850740.

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

Color convert

RGB 116 61 28 -
CMYK 0 0.47 0.76 0.55
HSL 22.5º 0.61% 0.28% -
HSV(B) 22.5º 0.76% 0.45% -
XYZ 9.08 7.13 2 -
YUV 73.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 116 61 28 0 0.47 0.76 0.55 22.5 0.61 0.28
Hex 74 3D 1C 0 2F 4C 37 16 3D 1C
Octal 164 75 34 0 57 114 67 26 75 34
Binary 1110100 111101 11100 0 101111 1001100 110111 10110 111101 11100

Color Harmonies of #743D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D1C

Black with #743D1C

Text Example


Text Example

White with #743D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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