Html Css Color HEX #743821 Peru Tan

📋 copy color: '#743821'

red 116 ◦ green 56 ◦ blue 33

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

Shades of Peru Tan #743821

Tints of Peru Tan #743821

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

 BLUE value IS 33 (13.28% from 255) = 16.1%

R = 56.59%
G = 27.32%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#743821 (or 0x743821) is known color: Peru Tan. HEX triplet: 74, 38 and 21. RGB value is (116,56,33). Sum of RGB (Red+Green+Blue) = 116+56+33=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #743821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743821 is #8BC7DE. Grayscale: #474747. Windows color (decimal): -9160671 or 2177140. OLE color: 2177140.

HSL color Cylindrical-coordinate representation of color #743821: hue angle of 16.63º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743821 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 56 33 -
CMYK 0 0.52 0.72 0.55
HSL 16.63º 0.56% 0.29% -
HSV(B) 16.63º 0.72% 0.45% -
XYZ 8.89 6.65 2.25 -
YUV 71.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 116 56 33 0 0.52 0.72 0.55 16.63 0.56 0.29
Hex 74 38 21 0 34 48 37 11 38 1D
Octal 164 70 41 0 64 110 67 21 70 35
Binary 1110100 111000 100001 0 110100 1001000 110111 10001 111000 11101

Color Harmonies of #743821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743821

Black with #743821

Text Example


Text Example

White with #743821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743821; }

 p { color: rgb(116,56,33); }

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

background-color css

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

 a { background-color: rgb(116,56,33); }

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

border-color css

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

 span { border-color: rgb(116,56,33); }

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