Html Css Color HEX #744323 Peru Tan

📋 copy color: '#744323'

red 116 ◦ green 67 ◦ blue 35

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

Shades of Peru Tan #744323

Tints of Peru Tan #744323

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

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

R = 53.21%
G = 30.73%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#744323 (or 0x744323) is known color: Peru Tan. HEX triplet: 74, 43 and 23. RGB value is (116,67,35). Sum of RGB (Red+Green+Blue) = 116+67+35=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #744323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744323 is #8BBCDC. Grayscale: #4E4E4E. Windows color (decimal): -9157853 or 2311028. OLE color: 2311028.

HSL color Cylindrical-coordinate representation of color #744323: hue angle of 23.7º 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 #744323 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 67 35 -
CMYK 0 0.42 0.70 0.55
HSL 23.7º 0.54% 0.3% -
HSV(B) 23.7º 0.7% 0.45% -
XYZ 9.51 7.85 2.6 -
YUV 78 103.73 155.1 -
System Red Green Blue C M Y K H S L
Decimal 116 67 35 0 0.42 0.70 0.55 23.7 0.54 0.3
Hex 74 43 23 0 2A 46 37 18 36 1E
Octal 164 103 43 0 52 106 67 30 66 36
Binary 1110100 1000011 100011 0 101010 1000110 110111 11000 110110 11110

Color Harmonies of #744323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744323

Black with #744323

Text Example


Text Example

White with #744323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744323; }

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

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

background-color css

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

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

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

border-color css

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

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

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