Html Css Color HEX #743C1C Peru Tan

📋 copy color: '#743C1C'

red 116 ◦ green 60 ◦ blue 28

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

Shades of Peru Tan #743C1C

Tints of Peru Tan #743C1C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.41%

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

R = 56.86%
G = 29.41%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#743C1C (or 0x743C1C) is known color: Peru Tan. HEX triplet: 74, 3C and 1C. RGB value is (116,60,28). Sum of RGB (Red+Green+Blue) = 116+60+28=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #743C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C1C is #8BC3E3. Grayscale: #494949. Windows color (decimal): -9159652 or 1850484. OLE color: 1850484.

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

Color convert

RGB 116 60 28 -
CMYK 0 0.48 0.76 0.55
HSL 21.82º 0.61% 0.28% -
HSV(B) 21.82º 0.76% 0.45% -
XYZ 9.03 7.03 1.98 -
YUV 73.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 116 60 28 0 0.48 0.76 0.55 21.82 0.61 0.28
Hex 74 3C 1C 0 30 4C 37 16 3D 1C
Octal 164 74 34 0 60 114 67 26 75 34
Binary 1110100 111100 11100 0 110000 1001100 110111 10110 111101 11100

Color Harmonies of #743C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C1C

Black with #743C1C

Text Example


Text Example

White with #743C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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