Html Css Color HEX #743B23 Peru Tan

📋 copy color: '#743B23'

red 116 ◦ green 59 ◦ blue 35

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

Shades of Peru Tan #743B23

Tints of Peru Tan #743B23

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.1%

 BLUE value IS 35 (14.06% from 255) = 16.67%

R = 55.24%
G = 28.1%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#743B23 (or 0x743B23) is known color: Peru Tan. HEX triplet: 74, 3B and 23. RGB value is (116,59,35). Sum of RGB (Red+Green+Blue) = 116+59+35=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #743B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B23 is #8BC4DC. Grayscale: #494949. Windows color (decimal): -9159901 or 2308980. OLE color: 2308980.

HSL color Cylindrical-coordinate representation of color #743B23: hue angle of 17.78º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #743B23 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 35 -
CMYK 0 0.49 0.70 0.55
HSL 17.78º 0.54% 0.3% -
HSV(B) 17.78º 0.7% 0.45% -
XYZ 9.07 6.96 2.46 -
YUV 73.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 116 59 35 0 0.49 0.70 0.55 17.78 0.54 0.3
Hex 74 3B 23 0 31 46 37 12 36 1E
Octal 164 73 43 0 61 106 67 22 66 36
Binary 1110100 111011 100011 0 110001 1000110 110111 10010 110110 11110

Color Harmonies of #743B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B23

Black with #743B23

Text Example


Text Example

White with #743B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,59,35); }

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

background-color css

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

 a { background-color: rgb(116,59,35); }

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

border-color css

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

 span { border-color: rgb(116,59,35); }

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