Html Css Color HEX #743A1B Peru Tan

📋 copy color: '#743A1B'

red 116 ◦ green 58 ◦ blue 27

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

Shades of Peru Tan #743A1B

Tints of Peru Tan #743A1B

RGB

 RED value IS 116 (45.7% 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 value IS 0

 M value IS 0.5

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#743A1B (or 0x743A1B) is known color: 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

RGB 116 58 27 -
CMYK 0 0.5 0.77 0.55
HSL 20.9º 0.62% 0.28% -
HSV(B) 20.9º 0.77% 0.45% -
XYZ 8.91 6.82 1.88 -
YUV 71.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 116 58 27 0 0.5 0.77 0.55 20.9 0.62 0.28
Hex 74 3A 1B 0 32 4D 37 15 3E 1C
Octal 164 72 33 0 62 115 67 25 76 34
Binary 1110100 111010 11011 0 110010 1001101 110111 10101 111110 11100

Color Harmonies of #743A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A1B

Black with #743A1B

Text Example


Text Example

White with #743A1B

Text Example


Text Example

HTML Codes & Css Web 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>