#743A1B

Color #743A1B Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #743A1B

Tints of Peru Tan #743A1B

Color information

#743A1B (or 0x743A1B) is unknown color: approx Peru Tan. HEX triplet: 74, 3A and 1B. RGB value is (116,58,27). Sum of RGB (Red+Green+Blue) = 116+58+27=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #743A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A1B is #8BC5E4. Grayscale: #474747. Windows color (decimal): -9160165 or 1784436. OLE color: 1784436.

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

Color convert

RGB1165827-
CMYK00.50.770.55
HSL20.9º62.24%28.04%-
HSV(B)20.9º76.72%45.49%-
XYZ8.916.821.88-
YUV71.81102.72159.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 58 (23.05% from 255) = 28.86%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=57.71%
G=28.86%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116582700.50.770.5520.962.2428.04
Hex743A1B0324D37153e1c
Octal164723306211567257634
Binary111010011101011011011001010011011101111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #743A1B;
 }
 .AnyTagClassName
 {
   color: #743A1B;
 }
</style>
background-color css

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

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

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

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

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

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